[Glitch] Fix download button color in audio player

Port aaf24d3093 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Claire 3 years ago
parent 4e2a8c9b38
commit 0e62c38b02
  1. 3
      app/javascript/flavours/glitch/styles/components/media.scss

@ -400,7 +400,8 @@
opacity: 0.2;
}
.video-player__buttons button {
.video-player__buttons button,
.video-player__buttons a {
color: currentColor;
opacity: 0.75;

Loading…
Cancel
Save