Files
PyRIGS/RIGS/static/scss/_custom-variables.scss
FreneticScribbler 7a08f2d889 Tweak some colours to be a bit less OTT
I need to work out if I can seperate background and primary colours like BS3 did
2020-03-24 22:54:34 +00:00

8 lines
173 B
SCSS

$font-family-sans-serif: "Open Sans", sans-serif;
//Make it look less primary school
$font-size-base: 0.875rem;
$theme-colors: (
"warning": #ffd351,
"info": #53bbcc
);