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

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

Merged Julie Thezenas requested to merge 17-feat-add-underline-on-link-hover into main
All threads resolved!
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -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;
Loading