diff --git a/themes/custom-learn2-dark/css-compiled/theme.css b/themes/custom-learn2-dark/css-compiled/theme.css index 1040910..e5dc341 100644 --- a/themes/custom-learn2-dark/css-compiled/theme.css +++ b/themes/custom-learn2-dark/css-compiled/theme.css @@ -944,6 +944,6 @@ body { #sidebar { background-color: #47314f; } #sidebar ul.topics > li.parent, #sidebar ul.topics > li.active { - background: #39273f; } + background: #302136; } /*# sourceMappingURL=theme.css.map */ diff --git a/themes/custom-learn2-dark/css/custom.css b/themes/custom-learn2-dark/css/custom.css index 735ccda..2f3a30b 100644 --- a/themes/custom-learn2-dark/css/custom.css +++ b/themes/custom-learn2-dark/css/custom.css @@ -101,12 +101,12 @@ code { } /* Sidebar topics */ -#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active { - /*background: #322535;*/ - /*background: #241e26;*/ - /*background: #252226;*/ +/*#sidebar ul.topics > li.parent, #sidebar ul.topics > li.active { + background: #322535; + background: #241e26; + background: #252226; background: #312037; -} +}*/ /* Sidebar currently selected main topic */ #sidebar ul li.active > a { diff --git a/themes/custom-learn2-dark/scss/theme/_nav.scss b/themes/custom-learn2-dark/scss/theme/_nav.scss index e6c7d5a..8bf214c 100644 --- a/themes/custom-learn2-dark/scss/theme/_nav.scss +++ b/themes/custom-learn2-dark/scss/theme/_nav.scss @@ -5,7 +5,7 @@ &.topics { > li { &.parent, &.active { - background: darken($sidebar-bg, 5%); + background: darken($sidebar-bg, 8%); } } }