From 7f49ecd9726a1eb9e74b4956de4ec4215befb4bd Mon Sep 17 00:00:00 2001 From: unwox Date: Fri, 20 Dec 2024 17:29:25 +0600 Subject: improve logo in dark theme --- static/style.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 20b80a8..e163dc3 100644 --- a/static/style.css +++ b/static/style.css @@ -134,10 +134,6 @@ h1 { } @media (prefers-color-scheme: dark) { - .logo { - filter: invert(1); - } - body { background-color: #000000; color: #ffffff; -- cgit v1.2.3