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 @@
overflow: hidden;
overflow-y: auto;
z-index: 10;
background-color: white;
background-color: rgb(39, 39, 39);
color: white;
transition: 0.5s;
border-left: none;
.sidebar-logo {
......@@ -100,7 +101,7 @@
text-indent: 12px;
display: inline-block;
width: 100%;
color: black;
color: @link-color;
&:hover, &:focus {
color: red;
}
......@@ -221,4 +222,4 @@
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