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)"
This commit is part of merge request !14. Comments created here will be created in the context of that merge request.
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"success": "009900", "success": "009900",
"love": "fa6c8d" "love": "fa6c8d"
}, },
"Community dark": { "Community Dark": {
"primary": "dddddd", "primary": "dddddd",
"secondary": "161616", "secondary": "161616",
"tertiary": "cfcfcf", "tertiary": "cfcfcf",
......
...@@ -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;
......
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