diff options
Diffstat (limited to 'assets/dark.css')
-rw-r--r-- | assets/dark.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/dark.css b/assets/dark.css index 18e5855..c1cd24b 100644 --- a/assets/dark.css +++ b/assets/dark.css @@ -12,6 +12,10 @@ background-color: black !important; } + .track:hover { + background-color: #151515 !important; + } + body { color: white !important; } @@ -69,6 +73,10 @@ color: #aaa !important; } + #favorites-user-select { + filter: invert(1) !important; + } + #filter, #search, .btn, .form-check-input, .link, .btn-close { filter: invert(1) hue-rotate(180deg); } |