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; }