From 8d359d24897a1225413a6f421976709871b2e973 Mon Sep 17 00:00:00 2001 From: hywax Date: Fri, 5 Jan 2024 20:37:55 +0500 Subject: [PATCH] chore: change dark background --- assets/style/tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style/tailwind.css b/assets/style/tailwind.css index eb7aef3..758df56 100644 --- a/assets/style/tailwind.css +++ b/assets/style/tailwind.css @@ -11,7 +11,7 @@ html.dark { --fg: 255 255 255; --fg-dimmed: 212 212 216; - --background: 6 6 6; + --background: 22 22 22; } html.deep {