فهرست منبع

Make controlbox headings bold

JC Brand 6 سال پیش
والد
کامیت
bdc438db8e
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      css/converse.css
  2. 1 1
      sass/_variables.scss

+ 1 - 1
css/converse.css

@@ -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%;

+ 1 - 1
sass/_variables.scss

@@ -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;