move over one more color

This commit is contained in:
Nolan Lawson 2018-01-12 09:05:03 -08:00
parent 9f8c589821
commit 803c99b121
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
font-size: 14px;
line-height: 1.2;
color: #333;
color: var(--body-text-color);
background: var(--body-bg);
}

View File

@ -15,6 +15,7 @@
--anchor-text: royalblue;
--main-bg: white;
--body-bg: #ebeffb;
--body-text-color: #333;
--main-border: #ededed;
--form-bg: #fafafa;