Make controlbox headings bold

This commit is contained in:
JC Brand 2019-01-02 21:20:58 +01:00
parent f16b6d22b6
commit bdc438db8e
2 changed files with 2 additions and 2 deletions

View File

@ -9357,7 +9357,7 @@ readers do not read off random characters that represent icons */
--controlbox-head-color-lighten-45-percent: #eff4f7;
--controlbox-pane-background-color: white;
--controlbox-heading-color: inherit;
--controlbox-heading-font-weight: normal;
--controlbox-heading-font-weight: bold;
--chat-gutter: 0.5em;
--minimized-chats-width: 130px;
--mobile-chat-width: 100%;

View File

@ -80,7 +80,7 @@ $mobile_portrait_length: 480px !default;
--controlbox-head-color-lighten-45-percent: #eff4f7; // lighten($light-blue, 45%)
--controlbox-pane-background-color: white;
--controlbox-heading-color: inherit;
--controlbox-heading-font-weight: normal;
--controlbox-heading-font-weight: bold;
--chat-gutter: 0.5em;
--minimized-chats-width: 130px;