[Glitch] Fix download button color in audio player
Port 52e891ceaf
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
9957c6e8cb
commit
fbf7974e1c
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-player__buttons button {
|
.video-player__buttons button,
|
||||||
|
.video-player__buttons a {
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue