From 5c304a5e87df1148c0ba48fded5393a4d4b26266 Mon Sep 17 00:00:00 2001 From: pearl-truss Date: Wed, 6 Sep 2023 15:16:10 -0400 Subject: [PATCH] font color change to match designs --- services/app-web/src/pages/Landing/Landing.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/app-web/src/pages/Landing/Landing.module.scss b/services/app-web/src/pages/Landing/Landing.module.scss index 2ebc610aae..f8eab48192 100644 --- a/services/app-web/src/pages/Landing/Landing.module.scss +++ b/services/app-web/src/pages/Landing/Landing.module.scss @@ -4,6 +4,7 @@ .detailsSection { background-color: $cms-color-background; flex: 1; + color: $theme-color-base; padding: units(4) 0; .detailsSectionContent { max-width: 65rem;