Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9663da33 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '17-feat-add-underline-on-link-hover' into 'main'

Resolve "feat: add underline on link (hover)"

Closes #17

See merge request !14
parents efb03842 c7b51f0b
No related branches found
No related tags found
1 merge request!14Resolve "feat: add underline on link (hover)"
......@@ -670,6 +670,11 @@ tbody {
color: var(--secondary) !important;
}
.custom-footer .footer-section-link-wrapper a:hover, .custom-footer .third-box .small-link:hover {
text-decoration: underline;
text-underline-offset: 5px;
}
////Color showcase categories/////
.custom-homepage-columns .col {
position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment