Project sidebar: tweak to active item state

This commit is contained in:
2017-07-13 15:44:00 +02:00
parent c9af6fe44f
commit 8a8f654657
3 changed files with 29 additions and 26 deletions

View File

@@ -3,7 +3,7 @@ $color-background-light: lighten($color-background, 5%)
$color-background-dark: darken($color-background, 5%)
$color-background-nav: hsl(hue($color-background), 20%, 25%)
$color-background-nav-light: hsl(hue($color-background), 20%, 35%)
$color-background-nav-light: hsl(hue($color-background), 20%, 40%)
$color-background-nav-dark: hsl(hue($color-background), 20%, 15%)
$color-background-active: #dff5f6 // background colour for active items.