[Glitch] Fix audio player controls color in mastodon-light theme

Port 027491a518 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
ThibG 2020-07-17 07:07:18 +02:00 committed by Thibaut Girka
parent 714a3fcb3b
commit f450e52085

View file

@ -385,10 +385,3 @@
.directory__tag > div {
box-shadow: none;
}
.audio-player .video-player__controls button,
.audio-player .video-player__time-sep,
.audio-player .video-player__time-current,
.audio-player .video-player__time-total {
color: $primary-text-color;
}