mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 09:22:21 +00:00
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
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
$font-size-base: 0.875rem; //Make it look less primary school
|
||||
$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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user