From 81a8da393fa320c56102582623a0676c2fc3fd50 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 15 Feb 2018 09:45:18 +0000 Subject: [PATCH] change body text colour --- css/app.css | 1 + sass/_app.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/css/app.css b/css/app.css index 910be6f7..e99eb093 100644 --- a/css/app.css +++ b/css/app.css @@ -3635,6 +3635,7 @@ body { font-family: 'Raleway', sans-serif; font-weight: 400; line-height: 1.5; + color: #4a5c67; } .section1 { diff --git a/sass/_app.scss b/sass/_app.scss index 30714195..5529e1de 100644 --- a/sass/_app.scss +++ b/sass/_app.scss @@ -2,6 +2,7 @@ body { font-family: 'Raleway', sans-serif; font-weight: 400; line-height: 1.5; + color: #4a5c67; } .section1 { background: #4a5c67;