From f334f17e8d1642aa5f384b5a2be2368537ec0737 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 23 Nov 2021 17:05:23 +0100 Subject: [PATCH] Peertube theme: fix title and login form colors. --- conversejs/custom/sass/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conversejs/custom/sass/_variables.scss b/conversejs/custom/sass/_variables.scss index 4b173d39..dd841d74 100644 --- a/conversejs/custom/sass/_variables.scss +++ b/conversejs/custom/sass/_variables.scss @@ -98,10 +98,10 @@ --chatroom-badge-hover-color: var(--peertube-button-background); --chatroom-correcting-color: #ffffc0; --chatroom-head-bg-color-dark: #d24e2b; - --chatroom-head-bg-color: white; + --chatroom-head-bg-color: var(--peertube-menu-background); --chatroom-head-border-bottom: 1px solid var(--peertube-grey-foreground); --chatroom-head-button-color: #999; - --chatroom-head-color: #7e7e7e; + --chatroom-head-color: var(--peertube-menu-foreground); --chatroom-head-description-border-left: 1px solid #ddd; --chatroom-head-description-color: black; --chatroom-head-description-display: inline;