From a8ca2af3dc4bd31a35cae3a781eb166f7b980561 Mon Sep 17 00:00:00 2001 From: arkohut <39525455+arkohut@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:18:15 +0800 Subject: [PATCH] feat(web): use gray bg --- web/src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app.css b/web/src/app.css index dec2014..dc32602 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -4,7 +4,7 @@ @layer base { :root { - --background: 0 0% 100%; + --background: 0 0% 98%; --foreground: 240 10% 3.9%; --card: 0 0% 100%; --card-foreground: 240 10% 3.9%;