From 7acdf4b15caa8059e575c40dcea6216c78af2a9c Mon Sep 17 00:00:00 2001 From: FivePixels Date: Tue, 3 Aug 2021 07:52:11 -0500 Subject: Add !important tags to necessary places --- user.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user.css') diff --git a/user.css b/user.css index b857004..c302ae6 100644 --- a/user.css +++ b/user.css @@ -69,8 +69,8 @@ button { /* Fix coloring on hover of main content */ .main-home-homeHeader { - background-color: transparent; - background-image: none; + background-color: transparent !important; + background-image: none !important; } /* Fix top bar coloring to match UI background */ @@ -124,8 +124,8 @@ header button.main-topBar-forward { /* Remove background gradient from artist/playlist page */ .main-actionBarBackground-background, .main-entityHeader-backgroundColor { - background-color: unset; - background: unset; + background-color: unset !important; + background: unset !important; } /* Remove playlist art box shadow */ -- cgit v1.2.3