Make global background a subtle off-white color

This commit is contained in:
Patrick Smith 2019-02-12 18:02:21 -05:00
parent 8606b639bf
commit 449d1cf599
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#app-root {
background-color: $color-white;
background-color: $color-offwhite;
display: flex;
flex-direction: column;
justify-content: flex-start;

View File

@ -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;