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 c7b51f0b authored by Julie Thezenas's avatar Julie Thezenas
Browse files

fix: underline links text on footer

parent 0a28802c
No related branches found
No related tags found
1 merge request!14Resolve "feat: add underline on link (hover)"
......@@ -17,7 +17,7 @@
"success": "009900",
"love": "fa6c8d"
},
"Community dark": {
"Community Dark": {
"primary": "dddddd",
"secondary": "161616",
"tertiary": "cfcfcf",
......
......@@ -156,9 +156,6 @@ p {
a {
color: var(--primary-medium-hover);
&:hover {
text-decoration: underline;
}
}
// White background in boxes
......@@ -673,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