From 863e932ec2c025df42dedec06a1af7fd7c44835b Mon Sep 17 00:00:00 2001 From: count0 Date: Fri, 17 Oct 2025 23:05:56 +0200 Subject: [PATCH] darktheme update --- src/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.css b/src/index.css index 3ef95e6..e0bf441 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,9 @@ +html, body { + background-color: #fff; +} +html.dark, body.dark { + background-color: #020617; +} @tailwind base; @tailwind components; @tailwind utilities;