Skip to content

Commit

Permalink
Footer link hover quickfi
Browse files Browse the repository at this point in the history
  • Loading branch information
tutaru99 committed Oct 24, 2024
1 parent 3460b54 commit f66abeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/globals/footer/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,11 @@ const footerData = ref(filterFooterData[0]);
:deep(p) {
a {
color: var(--theme-footer-text-color) !important;
transition: color 0.3s ease-in-out;
border-bottom: 1px solid transparent;
&:hover {
border-bottom: 1px solid transparent;
}
}
}
}
Expand Down

0 comments on commit f66abeb

Please sign in to comment.