dark mode support

This commit is contained in:
jessop 2019-09-03 15:49:17 -04:00 committed by Sean Yesmunt
parent b4b70fa82d
commit ed05959133

View file

@ -96,8 +96,10 @@
background-size: 100%;
margin: auto;
&:not(.card__media--nsfw) {
background-color: #fff; // solid black to blend nicely when the video starts (if it doesn't take the full width)
background-color: $lbry-white;
[data-mode='dark'] & {
background-color: $lbry-black;
color: $lbry-white;
}
&:-webkit-full-screen {