From 0000ba7a99655b08c4354f6f2c0b900f3dd2cb7b Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Wed, 27 Nov 2024 16:30:45 +0800 Subject: [PATCH] fix: background when light mode --- frontend/src/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/main.css b/frontend/src/main.css index 61e5500..d787525 100644 --- a/frontend/src/main.css +++ b/frontend/src/main.css @@ -2,6 +2,10 @@ @tailwind components; @tailwind utilities; +body { + background-color: #fff; +} + /* Set automatic background color */ @media (prefers-color-scheme: dark) { body {