dark mode support
This commit is contained in:
parent
b4b70fa82d
commit
ed05959133
1 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue