Skip to content
Snippets Groups Projects
Unverified Commit aaf24d30 authored by Claire's avatar Claire Committed by GitHub
Browse files

Fix download button color in audio player (#16572)

Fixes #16571
parent 5efb1ff3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment