Merge pull request #372 from rianadon/patch-1

Increase specificity of media stylings
This commit is contained in:
Alex 2019-06-08 18:28:42 +02:00 committed by GitHub
commit 91996a85c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -136,11 +136,11 @@ label:focus {
min-width: 100px;
}
.custom-spotify {
#custom-media.custom-spotify {
background-color: #66cc99;
}
.custom-vlc {
#custom-media.custom-vlc {
background-color: #ffa000;
}