Merge pull request #328 from Blacksuan19/master

material ocean: fix lyrics background color
This commit is contained in:
morpheusthewhite 2021-04-20 15:04:55 +02:00 committed by GitHub
commit b85ffa9ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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