From 23757ad9b07ce3c2a0c19dae3a4b8b0898558109 Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Sun, 18 Sep 2022 16:17:59 +0200 Subject: [PATCH] dark-theme: fix bg-darker-2-1 --- _public/theme-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_public/theme-dark.css b/_public/theme-dark.css index 2048d8e..6a2d333 100644 --- a/_public/theme-dark.css +++ b/_public/theme-dark.css @@ -8,6 +8,7 @@ body.dark-mode { --bg-dark: hsl(10, 10%, 20%); --bg-darker: hsl(10, 10%, 17%); --bg-darker-2: #1d2021; + --bg-darker-2-1: #1d4021; --bg-darker-3: #101111; --accent-1: #154d24; @@ -28,7 +29,6 @@ body.dark-mode { --text-input-readonly-bg: hsl(10, 10%, 22%); --text-input-readonly-fg: hsl(10, 10%, 40%); - --bg-darker-2-1: #c8c8c8; --accent-2-lighter: #5cc969; --accent-2: #4eaa59; --accent-2-darker: #2e974c;