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

fix: underline links text

parent efb03842
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,6 +156,9 @@ p { ...@@ -156,6 +156,9 @@ 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
......
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