Skip to content

Commit

Permalink
Merge pull request #65 from lectronice/patch-2
Browse files Browse the repository at this point in the history
Audio & video player styling
  • Loading branch information
SomniusTiger authored Nov 6, 2019
2 parents 5a6d46e + d94afd0 commit 6e15cb5
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions site-settings/merveilles-theme/merveilles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1932,3 +1932,40 @@ body .muted-hint a {
.conversation__content__relative-time {
color: var(--gray-shade-9);
}

/*
audio/video player styling
*/

.audio-player {
background: var(--black);
}

.audio-player__progress-placeholder {
background-color: var(--cyan);
}

.audio-player__wave-placeholder {
background-color: var(--cyan);
}

.audio-player__waveform::before {
border-top: 1px solid var(--gray-shade-3);
}

.audio-player .video-player__controls {
background: var(--black);
border-top: 1px solid var(--black);
}

.video-player__volume__handle {
background: var(--cyan);
}

.video-player__volume::before {
background: var(--gray-shade-3);
}

.video-player__volume__current {
background: var(--cyan);
}

0 comments on commit 6e15cb5

Please sign in to comment.