diff options
Diffstat (limited to 'assets/native.css')
-rw-r--r-- | assets/native.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/assets/native.css b/assets/native.css index 8552508..48fa535 100644 --- a/assets/native.css +++ b/assets/native.css @@ -17,10 +17,6 @@ body.navigation-body { display: none !important; } -#search, .list-group-item { - background-color: rgba(255, 255, 255, .25) !important; -} - @media (prefers-color-scheme: dark) { body, #player.bg-white { background-color: transparent !important; @@ -36,8 +32,4 @@ body.navigation-body { #navigation-gradient { display: none !important; } - - #filter, #search, .list-group-item { - background-color: rgba(0, 0, 0, .25) !important; - } }
\ No newline at end of file |