Skip to content
Snippets Groups Projects
Commit 502a5c2b authored by Théo - Le Filament's avatar Théo - Le Filament
Browse files

fix link color in dark menu on mobile

parent 0b8a9bdc
No related branches found
No related tags found
No related merge requests found
Pipeline #320 passed
...@@ -388,6 +388,10 @@ footer .logo { ...@@ -388,6 +388,10 @@ footer .logo {
content: url("/images/logo-lefilament-H-blanc.svg"); content: url("/images/logo-lefilament-H-blanc.svg");
} }
nav a, nav a:visited {
color: #fff;
}
blockquote { blockquote {
background-color: #fff1 background-color: #fff1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment