Make global background a subtle off-white color
This commit is contained in:
parent
8606b639bf
commit
449d1cf599
@ -1,5 +1,5 @@
|
||||
#app-root {
|
||||
background-color: $color-white;
|
||||
background-color: $color-offwhite;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
|
@ -58,6 +58,7 @@ $color-red-light: #e59393;
|
||||
$color-red-lightest: #f9dede;
|
||||
|
||||
$color-white: #ffffff;
|
||||
$color-offwhite: #fbfbfd;
|
||||
$color-black: #000000;
|
||||
$color-black-light: #212121;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user