From 227226b2917f4b0f1f2bae02335325bcc2e0d78f Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Tue, 19 May 2026 23:07:30 +0300 Subject: [PATCH] feat: restyle --- web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/style.css b/web/style.css index 67f7301..bf338d1 100644 --- a/web/style.css +++ b/web/style.css @@ -1,6 +1,6 @@ :root { - --bg: #0a0a0a; - --fg: #e0e0e0; + --bg: #000000; + --fg: #ffffff; --muted: #888; --border: #333; }