Skip to content
Snippets Groups Projects
Commit f5ba8f40 authored by Arkerthan's avatar Arkerthan
Browse files

make quick menu darker

parent e702a5f1
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,12 @@ div.quick-links { ...@@ -4,11 +4,12 @@ div.quick-links {
div.quick-links div.toggle { div.quick-links div.toggle {
position: relative; /* so ::before works in relation to this element */ position: relative; /* so ::before works in relation to this element */
background-color: #4c4c4c; background-color: #444444;
cursor: pointer;
} }
div.quick-links div.toggle:hover { div.quick-links div.toggle:hover {
background-color: #7f7f7f; background-color: #5f5f5f;
} }
div.quick-links div.toggle::before { div.quick-links div.toggle::before {
......
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