From 803c99b121094f23a78f12cbad51d69d4f152861 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Fri, 12 Jan 2018 09:05:03 -0800 Subject: [PATCH] move over one more color --- scss/global.scss | 2 +- scss/theme-default.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/global.scss b/scss/global.scss index 7d3c63e..b40f0a7 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -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); } diff --git a/scss/theme-default.scss b/scss/theme-default.scss index 5c34c3f..be87dd1 100644 --- a/scss/theme-default.scss +++ b/scss/theme-default.scss @@ -15,6 +15,7 @@ --anchor-text: royalblue; --main-bg: white; --body-bg: #ebeffb; + --body-text-color: #333; --main-border: #ededed; --form-bg: #fafafa;