resources: Invert colors of logo

This commit is contained in:
WerWolv 2022-09-04 21:36:00 +02:00
parent b44f6035b3
commit 7312908d4d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<style>
#text2 { fill:#d8dbe1; }
@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: light) {
#text2 { fill:#121419; }
}
</style>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB