CSS: Fix chat heading colors

This commit is contained in:
JC Brand 2022-02-09 21:38:30 +01:00
parent d8f6a16936
commit 12a2354d9e
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
}
.show-msg-author-modal {
color: #ffffff !important;
color: var(--chat-head-text-color) !important;
}
.chat-head__desc {

View File

@ -67,6 +67,7 @@
--occupants-border-left: 0.15em solid var(--muc-color);
--occupants-border-bottom: 0.15em solid var(--muc-color);
--chat-head-text-color: var(--chat-color);
--chat-head-color: var(--background);
--chat-head-color-dark: var(--chat-color);
--chat-head-color-darker: var(--chat-color);