Update body text color to darker gray to match heritage
This commit is contained in:
parent
359e026e60
commit
dd3a45dae0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ body {
|
|||
font-size: 16px;
|
||||
letter-spacing: $letter-spacing-primary;
|
||||
background-color: #fff;
|
||||
color: #4d5151;
|
||||
color: $darker-gray;
|
||||
|
||||
.container-fluid {
|
||||
.prevent-squish {
|
||||
|
|
|
|||
Loading…
Reference in a new issue