diff --git a/scss/modules/_color-overrides.scss b/scss/modules/_color-overrides.scss index 5bb4896d..fa87f26d 100644 --- a/scss/modules/_color-overrides.scss +++ b/scss/modules/_color-overrides.scss @@ -2,6 +2,7 @@ .dull_grey, .flat_grey, .blue_link, +.blue_fill, .slate_blue, .charcoal_grey, .indifferent_grey, @@ -16,6 +17,8 @@ .burnt_violet, .plastic_grey, .cloud_silver, +.sk_dark_gray, +.sk_dark_grey, .subtle_silver, .old_petunia_grey { color: $color-highlight !important; @@ -26,6 +29,7 @@ } .moscow_red, +.yolk_orange, .mustard_yellow, .candy_red_on_hover:hover, .moscow_red_on_hover:hover {