Fix download button color in audio player (#16572)

Fixes #16571
th-downstream
Claire 3 years ago committed by GitHub
parent 1692e0b381
commit 52e891ceaf

@ -5542,7 +5542,8 @@ a.status-card.compact:hover {
opacity: 0.2;
}
.video-player__buttons button {
.video-player__buttons button,
.video-player__buttons a {
color: currentColor;
opacity: 0.75;

Loading…
Cancel
Save