From 236fe7c561101e44ca773ae48eb0306bd240380a Mon Sep 17 00:00:00 2001 From: matty Date: Tue, 2 Jul 2024 17:29:25 -0400 Subject: [PATCH] edit header text color for emoji picker --- conversejs/custom/shared/styles/_peertubetheme.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conversejs/custom/shared/styles/_peertubetheme.scss b/conversejs/custom/shared/styles/_peertubetheme.scss index 980e5099..abed2973 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -191,6 +191,12 @@ } } +/* NCTV custom */ + +.emoji-category__heading { + color: white !important; +} + // Bigger occupants sidebar when width is not big enough. @media screen and (max-width: 576px) { .chatroom .box-flyout .chatroom-body .occupants {