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;