From 26763ac89721f198ab38d4136bb66efd629c21fd Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 22 Jun 2020 23:48:29 -0700 Subject: [PATCH] feat: Update guide listing description to use accent text color --- src/components/GuideListing/GuideListing.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GuideListing/GuideListing.module.scss b/src/components/GuideListing/GuideListing.module.scss index 98ced38e3..371ced509 100644 --- a/src/components/GuideListing/GuideListing.module.scss +++ b/src/components/GuideListing/GuideListing.module.scss @@ -18,7 +18,7 @@ max-width: 800px; text-align: center; margin-bottom: 7.5rem; - color: var(--color-neutrals-500); + color: var(--accent-text-color); } .list {