From 4205e32d0f5560fbe654d887f7c48b8686876570 Mon Sep 17 00:00:00 2001 From: codytseng Date: Mon, 6 Jan 2025 23:20:10 +0800 Subject: [PATCH] style: change background color --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b3177d1a..31baec3e 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ } @media (prefers-color-scheme: dark) { body { - background-color: #000000; + background-color: #09090b; } }