added custom theming

This commit is contained in:
lotte
2019-03-26 16:36:25 +01:00
committed by Art Lowel
parent 856211d964
commit 2cc3dd0694
22 changed files with 292 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
$gray-100: #e8ebf3 !default; // #eee
$gray-800: #444444 !default; // #444
$navbar-dark-color: #FFFFFF;
/* Reassign color vars to semantic color scheme */
$blue: #43515f !default;
$green: #92C642 !default;
$cyan: #56ab9c !default;
$yellow: #ec9433 !default;
$red: #CF4444 !default;
$dark: #43515f !default;
$body-color: $gray-800 !default;