Add Pride feature: implement header color change and cleanup observer for pride effects

This commit is contained in:
CodeDevMLH
2026-02-24 19:23:24 +01:00
parent 042d89f5b8
commit 892be062d3
2 changed files with 10 additions and 5 deletions

View File

@@ -27,6 +27,7 @@
}
/* Coloring the Jellyfin Header */
.skinHeader.pride-header {
body.pride-active .skinHeader,
body.pride-active .skinHeader-withBackground {
background: linear-gradient(90deg, #E40303, #FF8C00, #FFED00, #008026, #24408E, #732982) !important;
}