Update body text color to darker gray to match heritage

This commit is contained in:
scottkiener-at-safelite 2026-01-21 10:31:15 -05:00
parent 359e026e60
commit dd3a45dae0

View file

@ -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 {