From ed0595913306be15534965d883ac70cf4ba0c5d0 Mon Sep 17 00:00:00 2001 From: jessop Date: Tue, 3 Sep 2019 15:49:17 -0400 Subject: [PATCH] dark mode support --- src/ui/scss/component/_content.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ui/scss/component/_content.scss b/src/ui/scss/component/_content.scss index 9ad2b130c..82c50f75c 100644 --- a/src/ui/scss/component/_content.scss +++ b/src/ui/scss/component/_content.scss @@ -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 {