From dd171b9c968202c5f83c34e78aea46784defdf9f Mon Sep 17 00:00:00 2001 From: verdant Date: Sat, 30 May 2026 14:23:48 +0800 Subject: Modify body backgrount color --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css') diff --git a/static/css/style.css b/static/css/style.css index 16dbe65..1f9ca26 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -19,7 +19,7 @@ /* --body-bg-color: #fbf8f2; */ /* --body-bg-color: #fff; */ - --body-bg-color: #eee; + --body-bg-color: white; --bold-text-color: #1e1e1e; --body-text-color: #2b2b2b; -- cgit v1.2.3