From 19ac2966c8ecd3ea273c379cbb4dacaf3f8bf482 Mon Sep 17 00:00:00 2001 From: rednakse Date: Thu, 2 Apr 2026 01:40:38 +0300 Subject: [PATCH] Fix dark theme root background --- src/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.css b/src/app.css index a9b17df..3d48007 100644 --- a/src/app.css +++ b/src/app.css @@ -1,7 +1,6 @@ :root { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: #111827; - background: #f3f4f6; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;