From: Claire Date: Wed, 11 Aug 2021 15:48:55 +0000 (+0200) Subject: [Glitch] Fix download button color in audio player X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0e62c38b029c834363580868f7d5d486e565ad93;p=mastodon.git [Glitch] Fix download button color in audio player Port aaf24d3093d565461b0051d2238d8b74db63a041 to glitch-soc Signed-off-by: Claire --- diff --git a/app/javascript/flavours/glitch/styles/components/media.scss b/app/javascript/flavours/glitch/styles/components/media.scss index 855cd07a9..8a551be73 100644 --- a/app/javascript/flavours/glitch/styles/components/media.scss +++ b/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;