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!
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
3
@@ -156,9 +156,6 @@ p {
@@ -156,9 +156,6 @@ p {
a {
a {
color: var(--primary-medium-hover);
color: var(--primary-medium-hover);
&:hover {
text-decoration: underline;
}
}
}
// White background in boxes
// White background in boxes
@@ -673,6 +670,11 @@ tbody {
@@ -673,6 +670,11 @@ tbody {
color: var(--secondary) !important;
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/////
////Color showcase categories/////
.custom-homepage-columns .col {
.custom-homepage-columns .col {
position: relative;
position: relative;
Loading