From b99a69cc06b1d98ce61b7807b609d0dda359177a Mon Sep 17 00:00:00 2001 From: theamazing0 <66532288+theamazing0@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:22:38 -0500 Subject: [PATCH] Fix light purple branding color Changing the background color of the light purple to use the light purple variable rather than the dark purple variable Signed-off-by: theamazing0 <66532288+theamazing0@users.noreply.github.com> --- src/styles/brand.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/brand.css b/src/styles/brand.css index b6469bb..05e8adc 100644 --- a/src/styles/brand.css +++ b/src/styles/brand.css @@ -101,7 +101,7 @@ img { } .color-light-purple { - background-color: var(--dl-color-purple-dark); + background-color: var(--dl-color-purple-light); } .fonts {