Skip to content

Instantly share code, notes, and snippets.

@pixeldesu
Created August 15, 2025 19:40
Show Gist options
  • Save pixeldesu/22b10e9be3e4bdaf6f14bd8b3656cceb to your computer and use it in GitHub Desktop.
Save pixeldesu/22b10e9be3e4bdaf6f14bd8b3656cceb to your computer and use it in GitHub Desktop.
party.evoke.eu userstyle to fix darkmode issues
@-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