Browse Source

change body text colour

gh-pages
Chris 7 years ago
parent
commit
81a8da393f
  1. 1
      css/app.css
  2. 1
      sass/_app.scss

1
css/app.css

@ -3635,6 +3635,7 @@ body {
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 1.5;
color: #4a5c67;
}
.section1 {

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

Loading…
Cancel
Save