diff --git a/src/renderer/scss/themes/_dark.scss b/src/renderer/scss/themes/_dark.scss index 56193fe9d..e0daa24d1 100644 --- a/src/renderer/scss/themes/_dark.scss +++ b/src/renderer/scss/themes/_dark.scss @@ -1,4 +1,11 @@ html[data-theme='dark'] { + // + // HTML Elements + // + blockquote { + background-color: rgba($lbry-black, 0.9); + } + .header { background-color: rgba($lbry-black, 0.9); } @@ -203,4 +210,11 @@ html[data-theme='dark'] { .expandable--closed::after { background-image: linear-gradient(to bottom, transparent 0%, $lbry-black 90%); } + + // + // File Viewer + // + .document-viewer { + background-color: rgba($lbry-gray-5, 0.2); + } }