Added user-specific task list.
This commit is contained in:
@@ -6,6 +6,8 @@ $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: #dafff5 // background colour for active items.
|
||||
|
||||
$font-body: 'Roboto'
|
||||
$font-headings: 'Lato'
|
||||
$font-size: 14px
|
||||
|
@@ -79,7 +79,7 @@
|
||||
border-color: $color-background-dark
|
||||
border-right-color: $color-primary
|
||||
text-decoration: none
|
||||
background-color: rgba($color-background, .5)
|
||||
background-color: $color-background-active
|
||||
|
||||
.status-indicator
|
||||
transform: scale(1.1)
|
||||
|
Reference in New Issue
Block a user