Tweaks to style of active items

This commit is contained in:
2016-11-01 16:53:44 +01:00
parent 14bbb9bedc
commit df364e225c
5 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ $color-background-nav: hsl(hue($color-background), 20%, 25%)
$color-background-nav-light: hsl(hue($color-background), 20%, 35%)
$color-background-nav-dark: hsl(hue($color-background), 20%, 15%)
$color-background-active: #def4ff // background colour for active items.
$color-background-active: #dff5f6 // background colour for active items.
$font-body: 'Roboto'
$font-headings: 'Lato'