From 050374204efb5e1d9fe885d4ae558eb0f82009ee Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Sun, 27 Nov 2022 23:32:43 +0200 Subject: [PATCH] experiment with darker colors --- frontend/public/global.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/public/global.css b/frontend/public/global.css index 31b4114..d827f8a 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -21,10 +21,10 @@ /* top-level */ :root { - --background-color-0: hsl(180, 11%, 5%); - --background-color-1: hsl(180, 11%, 7%); - --background-color-2: hsl(180, 11%, 10%); - --background-color-3: hsl(180, 11%, 12%); + --background-color-0: hsl(180, 11%, 4%); + --background-color-1: hsl(180, 11%, 5%); + --background-color-2: hsl(180, 11%, 8%); + --background-color-3: hsl(180, 11%, 11%); --foreground-color-1: hsl(210, 100%, 100%); --foreground-color-2: hsl(63, 10%, 82%); --foreground-color-3: hsl(63, 2%, 60%);