[BUGFIX] Variable for colors

This commit is contained in:
Xaver Maierhofer 2016-05-30 09:24:58 +02:00
parent 3ad9d01793
commit 55fed6538a
2 changed files with 2 additions and 1 deletions

View File

@ -128,5 +128,5 @@
}
.unseen {
color: #d89100;
color: $color-unseen;
}

View File

@ -9,6 +9,7 @@ $color-primary: #dc0067 !default;
$color-new: #459c18 !default;
$color-online: #1566a9 !default;
$color-offline: #cf3e2a !default;
$color-unseen: #d89100 !default;
$font-family: 'Roboto Slab', serif !default;
$font-family-secondary: Roboto, sans-serif !default;