Created
August 15, 2025 19:40
-
-
Save pixeldesu/22b10e9be3e4bdaf6f14bd8b3656cceb to your computer and use it in GitHub Desktop.
party.evoke.eu userstyle to fix darkmode issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("party.evoke.eu") { | |
html, body { | |
background-color: var(--pico-background-color); | |
color: var(--pico-color); | |
} | |
#add-entry form .section, #edit-entry form .section { | |
background-color: var(--pico-mark-background-color); | |
} | |
@media (prefers-color-scheme: dark) { | |
header .logo { | |
filter: invert(1); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment