From 0a7331f63a71f42d6d01e0f08cfe0e63cf193d0c Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 11 Sep 2022 13:34:46 +0200 Subject: [PATCH] Fixed a color --- src/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index 6991ec3..77c9b41 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -40,7 +40,7 @@ body.dark-mode { --border-selected-500: #b66af6; --text-500: #e6cff6; - --accent-100: hsl(269, 44%, 24%); + --accent-100: hsl(269, 73%, 74%); --accent-500: hsl(269, 50%, 60%); --accent-900: hsl(269, 20%, 80%); }