fix dropdown colors in dark mode on chrome

This commit is contained in:
Harvey Tindall 2021-03-09 18:15:14 +00:00
parent 30bef15855
commit 77f755e43c
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 12 additions and 0 deletions

View File

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

8
jfa-go.service Normal file
View File

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