From b39a699d5878eb0ee95b5be155027f49d9b58040 Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Fri, 5 Nov 2021 14:04:12 +0000 Subject: [PATCH] Change dark mode white to a grey looks better --- src/styles/variables/colors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables/colors.scss b/src/styles/variables/colors.scss index 6477f3d6a..6fc1dc218 100644 --- a/src/styles/variables/colors.scss +++ b/src/styles/variables/colors.scss @@ -87,7 +87,7 @@ --grey-100: hsl(var(--grey-100-hsl)); --grey-50: hsl(220.9, 39.3%, 11%); - --white-l: 4% !important; + --white: var(--grey-50); --black-l: 100% !important; --text: var(--grey-800) !important;