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/logo.svg | 109 ++++++++++++++++++++++++++++++------------------------- static/style.css | 4 -- 2 files changed, 59 insertions(+), 54 deletions(-) (limited to 'static') diff --git a/static/logo.svg b/static/logo.svg index 90aaa90..1bfe378 100644 --- a/static/logo.svg +++ b/static/logo.svg @@ -1,11 +1,10 @@ + id="defs7" /> - - - - - - - + inkscape:current-layer="g1" /> + + + + + + + + + + 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