From 09c2b676ba8aeead5281c904c10a0f14461362dc Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 23 Nov 2021 16:32:13 +0100 Subject: [PATCH] Peertube theme: fix modal background color. --- conversejs/custom/sass/_peertubetheme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conversejs/custom/sass/_peertubetheme.scss b/conversejs/custom/sass/_peertubetheme.scss index bd4c1ecc..25c042a1 100644 --- a/conversejs/custom/sass/_peertubetheme.scss +++ b/conversejs/custom/sass/_peertubetheme.scss @@ -6,6 +6,10 @@ } } + .modal-content { + background-color: var(--peertube-main-background); + } + // hidding avatars when screen width is not big enough. @media screen and (max-width: 576px) { .message {