Bunch of dark mode fixes from test page

This commit is contained in:
2020-07-03 15:00:33 +01:00
parent 79eb0cbff0
commit d09f3994fc
6 changed files with 181 additions and 220 deletions

View File

@@ -2,11 +2,10 @@ $font-family-sans-serif: "Open Sans", sans-serif;
//Make it look less primary school
$font-size-base: 0.875rem;
$theme-colors: (
"yellow": #FF8800,
"success": #00C851,
"warning": #ffbb33,
"danger": #CC0000,
"info": #33b5e5,
"primary": #4CB8F1
"primary": #3A52A2
) !default;
$enable-shadows: true;