diff options
| author | FivePixels <o5pxels@gmail.com> | 2021-08-03 07:52:11 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2021-08-03 07:52:11 -0500 |
| commit | 7acdf4b15caa8059e575c40dcea6216c78af2a9c (patch) | |
| tree | ad023a67e96594f2462a235b67d16788340e2949 | |
| parent | f9a27f2fa7675d68e96fa421f3136e36dcfa307b (diff) | |
| download | Tidal-7acdf4b15caa8059e575c40dcea6216c78af2a9c.tar.xz Tidal-7acdf4b15caa8059e575c40dcea6216c78af2a9c.zip | |
Add !important tags to necessary places
| -rw-r--r-- | user.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 */ |
