edit header text color for emoji picker

This commit is contained in:
matty 2024-07-02 17:29:25 -04:00
parent 904fc79123
commit 236fe7c561
1 changed files with 6 additions and 0 deletions

View File

@ -191,6 +191,12 @@
} }
} }
/* NCTV custom */
.emoji-category__heading {
color: white !important;
}
// Bigger occupants sidebar when width is not big enough. // Bigger occupants sidebar when width is not big enough.
@media screen and (max-width: 576px) { @media screen and (max-width: 576px) {
.chatroom .box-flyout .chatroom-body .occupants { .chatroom .box-flyout .chatroom-body .occupants {