From 27bee5c1bbf461138a5aaa707b72063e950b8fb5 Mon Sep 17 00:00:00 2001 From: myogg Date: Sat, 28 Sep 2024 23:01:24 +0800 Subject: [PATCH] Update style.css --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 86044aa..320c697 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,7 +17,7 @@ html, body { height: 100%; } body { - color: #F32E0B; + color: #666; } h1 { font-size: 2em; }