Skip to content
Snippets Groups Projects
Commit 5c5d13a1 authored by Phil Höfer's avatar Phil Höfer Committed by Phil Höfer
Browse files

Update resources/less/metager/parts/sidebar.less

parent 271c1e1a
No related branches found
No related tags found
2 merge requests!1556Development,!1506Resolve "Dark stylesheet alternative"
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
overflow: hidden; overflow: hidden;
overflow-y: auto; overflow-y: auto;
z-index: 10; z-index: 10;
background-color: white; background-color: rgb(39, 39, 39);
color: white;
transition: 0.5s; transition: 0.5s;
border-left: none; border-left: none;
.sidebar-logo { .sidebar-logo {
...@@ -100,7 +101,7 @@ ...@@ -100,7 +101,7 @@
text-indent: 12px; text-indent: 12px;
display: inline-block; display: inline-block;
width: 100%; width: 100%;
color: black; color: @link-color;
&:hover, &:focus { &:hover, &:focus {
color: red; color: red;
} }
...@@ -221,4 +222,4 @@ ...@@ -221,4 +222,4 @@
content: "×"; content: "×";
} }
} }
} }
\ No newline at end of file
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