Redo light theme palette

This commit is contained in:
2020-10-06 16:12:23 +01:00
parent f147f19140
commit 50ae3022cd
3 changed files with 232 additions and 232 deletions

View File

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