Files
PyRIGS/RIGS/static/scss/_custom-variables.scss

9 lines
194 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,
"yellow": #ffd351,
"info": #53bbcc
);