mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
fix dropdown colors in dark mode on chrome
This commit is contained in:
parent
30bef15855
commit
77f755e43c
@ -85,3 +85,7 @@
|
|||||||
.dark-only {
|
.dark-only {
|
||||||
display: initial;
|
display: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark-theme select option {
|
||||||
|
background: #202020;
|
||||||
|
}
|
||||||
|
8
jfa-go.service
Normal file
8
jfa-go.service
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=An account management system for Jellyfin.
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart={executable}
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user