FIX #343 tooltip color

thank you @gordon-z
This commit is contained in:
Julien 2021-05-13 22:30:56 +02:00 committed by GitHub
parent 5c9f976e3f
commit 56565bcb99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,7 +387,7 @@ select {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) !important;
border-radius: 4px !important;
background-color: var(--modspotify_indicator_fg_and_button_bg);
color: var(--modspotify_main_bg);
color: var(--modspotify_secondary_fg);
padding: 10px 10px;
backface-visibility: hidden;
@ -1672,4 +1672,4 @@ button[data-button=add-recommendation] {
font-family: icomoon;
content: "\e901";
font-size: 28px;
}
}