From 9d1d91711e55f16b09d8ef8873929365454883e6 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Sun, 28 Aug 2022 15:25:18 +0300 Subject: [PATCH] improve sidebar contrast --- frontend/public/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/global.css b/frontend/public/global.css index 2e8c5d4..0e6a8b8 100644 --- a/frontend/public/global.css +++ b/frontend/public/global.css @@ -12,7 +12,7 @@ /* top-level */ :root { - --background-color-0: hsl(180, 11%, 6%); + --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%, 13%);