More navigation improvements

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-03-06 09:21:47 +01:00
parent 4e0ad981d8
commit 3aa37ea7cd
3 changed files with 37 additions and 25 deletions
+1
View File
@@ -8,6 +8,7 @@ $theme-header-logo-height: 90px;
$theme-header-background: hsl($theme-hue, 0%, 7.5%);
$theme-header-color: hsl($theme-hue, 100%, 99%);
$theme-menu-background: hsl($theme-hue, 0%, 6.5%);
$theme-menu-light-background: hsl($theme-hue, 33%, 13.0%);
$theme-menu-color: hsl($theme-hue, 0%, 85%);
$theme-menu-color-active: hsl($theme-hue, 0%, 100%);
$theme-article-background: hsl($theme-hue, 50%, 10%);