mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-03-18 13:40:31 +01:00
fix dropdown colors in dark mode on chrome
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user