diff --git a/apps/site/assets/css/_utilities.scss b/apps/site/assets/css/_utilities.scss index 62463e362f..d11e979ab0 100644 --- a/apps/site/assets/css/_utilities.scss +++ b/apps/site/assets/css/_utilities.scss @@ -19,7 +19,11 @@ background-color: $brand-orange-line; } -.u-bg--green-line { +.u-bg--green-line, +.u-bg--green-line-b, +.u-bg--green-line-c, +.u-bg--green-line-d, +.u-bg--green-line-e { @include bg-text($white); background-color: $brand-green-line; }