diff options
| author | unwox <me@unwox.com> | 2025-05-07 19:10:49 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-05-07 19:10:49 +0600 |
| commit | 3109fdd4ec670eed45068b2b16f12f286d788482 (patch) | |
| tree | a0ca43e30802b6044d3c52f726955a512e0a2e21 /static/style.css | |
| parent | 8cf5e3712c3c3c7238490f423d7472ed560d5755 (diff) | |
small branding fixes
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 85c3abb..771af7f 100644 --- a/static/style.css +++ b/static/style.css @@ -319,7 +319,7 @@ footer { } .logo { - filter: brightness(10); + filter: invert(); } button, |
