material ocean: fix lyrics background color

Signed-off-by: blacksuan19 <i@blacksuan19.me>
This commit is contained in:
blacksuan19 2021-04-20 19:52:17 +08:00
parent d14348e5e8
commit d75b109f43
No known key found for this signature in database
GPG Key ID: 581B79CCE3F5D8C9

View File

@ -747,3 +747,8 @@ body.remotebar .view-player .player-bar-wrapper {
button.RecentlySearched__clear-all-button.button.button-with-stroke { button.RecentlySearched__clear-all-button.button.button-with-stroke {
margin-bottom: 30px; margin-bottom: 30px;
} }
/* lyrics container color */
.lyrics-color-container {
background-color: var(--modspotify_main_bg) !important;
}