aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2021-08-03 07:52:11 -0500
committerFivePixels <o5pxels@gmail.com>2021-08-03 07:52:11 -0500
commit7acdf4b15caa8059e575c40dcea6216c78af2a9c (patch)
treead023a67e96594f2462a235b67d16788340e2949
parentf9a27f2fa7675d68e96fa421f3136e36dcfa307b (diff)
downloadTidal-7acdf4b15caa8059e575c40dcea6216c78af2a9c.tar.xz
Tidal-7acdf4b15caa8059e575c40dcea6216c78af2a9c.zip
Add !important tags to necessary places
-rw-r--r--user.css8
1 files changed, 4 insertions, 4 deletions
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 */