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 @@ ...@@ -133,13 +133,11 @@
flex-direction: row; flex-direction: row;
} }
.chat-topic { .chat-topic {
display: var(--chat-topic-display);
font-weight: bold; font-weight: bold;
color: var(--chatroom-head-bg-color); color: var(--chatroom-head-bg-color);
} }
.chat-info { .chat-info {
display: var(--chat-info-display); color: var(--chat-info-color);
color: var(--chatroom-head-bg-color);
line-height: normal; line-height: normal;
&.badge { &.badge {
color: var(--chat-head-text-color); color: var(--chat-head-text-color);
......
...@@ -58,8 +58,7 @@ $mobile_portrait_length: 480px !default; ...@@ -58,8 +58,7 @@ $mobile_portrait_length: 480px !default;
--chat-content-background-color: white; --chat-content-background-color: white;
--chat-topic-display: block; --chat-info-color: var(--chatroom-head-bg-color);
--chat-info-display: block;
--highlight-color: #DCF9F6; --highlight-color: #DCF9F6;
--highlight-color-darker: #B0E8E2; --highlight-color-darker: #B0E8E2;
...@@ -197,12 +196,12 @@ $mobile_portrait_length: 480px !default; ...@@ -197,12 +196,12 @@ $mobile_portrait_length: 480px !default;
--controlbox-heading-font-weight: bold; --controlbox-heading-font-weight: bold;
--groupchats-header-color: var(--redder-orange); --groupchats-header-color: var(--redder-orange);
--chat-topic-display: none;
--chat-info-display: none;
--chat-textarea-background-color: #F6F6F6; --chat-textarea-background-color: #F6F6F6;
--chat-correcting-color: #FFFFC0; --chat-correcting-color: #FFFFC0;
--chat-head-text-color: #AAA; --chat-head-text-color: #AAA;
--chat-info-color: var(--subdued-color);
--chatbox-border-radius: 0px; --chatbox-border-radius: 0px;
--heading-display: inline; --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