diff options
| author | unwox <me@unwox.com> | 2024-12-20 17:29:25 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-12-20 17:29:25 +0600 |
| commit | 7f49ecd9726a1eb9e74b4956de4ec4215befb4bd (patch) | |
| tree | 354029f2b1bf9ebe92f6b6af305336d7fa8f3e5f /static/style.css | |
| parent | dcf4e8af6819c95d9b85870cf5613bc2ad6d7ac2 (diff) | |
improve logo in dark theme
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
