use a variable for base text color

This commit is contained in:
Frédéric Péters 2018-11-21 08:13:10 +01:00
parent 3e759f2c8c
commit 9711e27852
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
@import 'opensans';
@import 'utils';
$font-color: #3c3c33;
$mobile-limit: 760px;
$font-family: "Open Sans", sans-serif;
$sidepage-background: white;
@ -29,7 +30,7 @@ html, body {
@media screen and (min-width: 1260px) {
font-size: 13px;
}
color: #3c3c33;
color: $font-color;
background: #ecf0f3;
background: linear-gradient(#ecf0f3, white);
}