fix: Improve contrast on audio button label

This commit is contained in:
Pierre Rudloff 2018-01-16 13:08:58 +01:00
parent 8cbf8300d8
commit 488cdcd780
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ footer a:hover {
.mp3 { .mp3 {
background-color:#cecece; background-color:#cecece;
border-radius:6px; border-radius:6px;
color:#696969; color:#3f3f3f;
height:26px; height:26px;
margin-top:12px; margin-top:12px;
position:relative; position:relative;