Correctly use the body color variable
This commit is contained in:
parent
dd3a45dae0
commit
abc35b6bc3
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ body {
|
|||
font-size: 16px;
|
||||
letter-spacing: $letter-spacing-primary;
|
||||
background-color: #fff;
|
||||
color: $darker-gray;
|
||||
color: $body-color;
|
||||
|
||||
.container-fluid {
|
||||
.prevent-squish {
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ $theme-colors: (
|
|||
);
|
||||
|
||||
//Default font color
|
||||
$body-color: $gray-600;
|
||||
$body-color: $darker-gray;
|
||||
|
||||
//Fonts
|
||||
$font-family-sans-serif: Urbanist, Roboto, Arial, sans-serif;
|
||||
|
|
|
|||
Loading…
Reference in a new issue