mirror of https://github.com/WerWolv/ImHex.git
resources: Invert colors of logo
This commit is contained in:
parent
b44f6035b3
commit
7312908d4d
|
@ -18,7 +18,7 @@
|
||||||
<style>
|
<style>
|
||||||
#text2 { fill:#d8dbe1; }
|
#text2 { fill:#d8dbe1; }
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: light) {
|
||||||
#text2 { fill:#121419; }
|
#text2 { fill:#121419; }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in New Issue