From eb3155c2a10f4bb3566cd7a875090fc325348088 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 23 Nov 2021 16:46:01 +0100 Subject: [PATCH] Peertube theme: fix form background color. --- conversejs/custom/sass/_peertubetheme.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conversejs/custom/sass/_peertubetheme.scss b/conversejs/custom/sass/_peertubetheme.scss index 4a4d6973..96dec47c 100644 --- a/conversejs/custom/sass/_peertubetheme.scss +++ b/conversejs/custom/sass/_peertubetheme.scss @@ -20,6 +20,12 @@ color: var(--peertube-button-foreground); } + form { + &.converse-form { + background-color: var(--peertube-main-background); + } + } + // hidding avatars when screen width is not big enough. @media screen and (max-width: 576px) { .message {