Commit 6426f9cf authored by JC Brand's avatar JC Brand

Don't hide info messages in the concord theme

parent 2696c26f
......@@ -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);
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment