Skip to content
Snippets Groups Projects
Unverified Commit 85bc0f96 authored by ThibG's avatar ThibG Committed by GitHub
Browse files

Fix audio player controls color in mastodon-light theme (#14338)

Fixes #14337

The new audio player sets the background and foreground colors automatically
based on the thumbnail of the audio file, but the mastodon-light theme
overrides the controls' colors with a hardcoded color, which sometimes make
them unreadable.
parent d668fd8b
No related branches found
No related tags found
No related merge requests found
......@@ -767,10 +767,3 @@ html {
.compose-form .compose-form__warning {
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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment