From 747d8f88d5a635ba68b3f6288fb8d1f3fe48f83d Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Wed, 29 Nov 2023 22:27:20 +0100 Subject: Updated 19 files, added 5 files and deleted app/studio.php (automated) --- assets/native.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'assets/native.css') 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 -- cgit