Darken sidebar some more

This commit is contained in:
RealStickman 2022-11-19 16:48:48 +01:00
parent e3dc115bac
commit d76900891b
3 changed files with 7 additions and 7 deletions

View File

@ -944,6 +944,6 @@ body {
#sidebar { #sidebar {
background-color: #47314f; } background-color: #47314f; }
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active { #sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
background: #39273f; } background: #302136; }
/*# sourceMappingURL=theme.css.map */ /*# sourceMappingURL=theme.css.map */

View File

@ -101,12 +101,12 @@ code {
} }
/* Sidebar topics */ /* Sidebar topics */
#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active { /*#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
/*background: #322535;*/ background: #322535;
/*background: #241e26;*/ background: #241e26;
/*background: #252226;*/ background: #252226;
background: #312037; background: #312037;
} }*/
/* Sidebar currently selected main topic */ /* Sidebar currently selected main topic */
#sidebar ul li.active > a { #sidebar ul li.active > a {

View File

@ -5,7 +5,7 @@
&.topics { &.topics {
> li { > li {
&.parent, &.active { &.parent, &.active {
background: darken($sidebar-bg, 5%); background: darken($sidebar-bg, 8%);
} }
} }
} }