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

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