fix dropdown colors in dark mode on chrome

pull/75/head
Harvey Tindall 3 years ago
parent 30bef15855
commit 77f755e43c
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -85,3 +85,7 @@
.dark-only {
display: initial;
}
.dark-theme select option {
background: #202020;
}

@ -0,0 +1,8 @@
[Unit]
Description=An account management system for Jellyfin.
[Service]
ExecStart={executable}
[Install]
WantedBy=default.target
Loading…
Cancel
Save