Fix download button color in audio player (#16572)

Fixes #16571
This commit is contained in:
Claire 2021-08-11 17:48:55 +02:00 committed by GitHub
parent 5efb1ff337
commit aaf24d3093
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;