Don't hide info messages in the concord theme

This commit is contained in:
JC Brand 2020-04-19 06:48:59 +02:00
parent 2696c26ffb
commit 6426f9cf12
2 changed files with 4 additions and 7 deletions

View File

@ -133,13 +133,11 @@
flex-direction: row;
}
.chat-topic {
display: var(--chat-topic-display);
font-weight: bold;
color: var(--chatroom-head-bg-color);
}
.chat-info {
display: var(--chat-info-display);
color: var(--chatroom-head-bg-color);
color: var(--chat-info-color);
line-height: normal;
&.badge {
color: var(--chat-head-text-color);

View File

@ -58,8 +58,7 @@ $mobile_portrait_length: 480px !default;
--chat-content-background-color: white;
--chat-topic-display: block;
--chat-info-display: block;
--chat-info-color: var(--chatroom-head-bg-color);
--highlight-color: #DCF9F6;
--highlight-color-darker: #B0E8E2;
@ -197,12 +196,12 @@ $mobile_portrait_length: 480px !default;
--controlbox-heading-font-weight: bold;
--groupchats-header-color: var(--redder-orange);
--chat-topic-display: none;
--chat-info-display: none;
--chat-textarea-background-color: #F6F6F6;
--chat-correcting-color: #FFFFC0;
--chat-head-text-color: #AAA;
--chat-info-color: var(--subdued-color);
--chatbox-border-radius: 0px;
--heading-display: inline;