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; box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) !important;
border-radius: 4px !important; border-radius: 4px !important;
background-color: var(--modspotify_indicator_fg_and_button_bg); background-color: var(--modspotify_indicator_fg_and_button_bg);
color: var(--modspotify_main_bg); color: var(--modspotify_secondary_fg);
padding: 10px 10px; padding: 10px 10px;
backface-visibility: hidden; backface-visibility: hidden;