Skip to content
Snippets Groups Projects
Verified Commit 0569c39c authored by David Beniamine's avatar David Beniamine
Browse files

Menu color

parent 839944f3
Branches
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ body { display: flex; flex-direction: column; } ...@@ -101,7 +101,7 @@ body { display: flex; flex-direction: column; }
} }
#nav a, #nav-toggle { color: #afe1da; } #nav a, #nav-toggle { color: #afe1da; }
#nav .active a, #nav a:hover, #nav-toggle:hover { color: #fff; } #nav .active a, #nav a:hover, #nav-toggle:hover { color: #40c375; }
#nav-toggle { display: none; } #nav-toggle { display: none; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment