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)"
......@@ -17,7 +17,7 @@
"success": "009900",
"love": "fa6c8d"
},
"Community Dark": {
"Community dark": {
"primary": "dddddd",
"secondary": "161616",
"tertiary": "cfcfcf",
......
......@@ -156,6 +156,9 @@ p {
a {
color: var(--primary-medium-hover);
&:hover {
text-decoration: underline;
}
}
// 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