diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-08-11 17:48:55 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-08-20 13:14:03 +0200 |
commit | 0e62c38b029c834363580868f7d5d486e565ad93 (patch) | |
tree | 2311ef36a174e69474754eb56918c10d008959cb | |
parent | 4e2a8c9b386635efdda71de94a78ccbdffc4e152 (diff) |
[Glitch] Fix download button color in audio player
Port aaf24d3093d565461b0051d2238d8b74db63a041 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/media.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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; |