فهرست منبع

Merge pull request #1366 from Automattic/update/maywood-bold-editor

Maywood: Reduce the bold weight in editor
Takashi Irie 5 سال پیش
والد
کامیت
ba8f5a5735
2فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 4 0
      maywood/sass/style-child-theme-editor.scss
  2. 4 0
      maywood/style-editor.css

+ 4 - 0
maywood/sass/style-child-theme-editor.scss

@@ -47,6 +47,10 @@ body {
 	font-weight: 300;
 }
 
+b, strong {
+	font-weight: 500;
+}
+
 .editor-post-title__block .editor-post-title__input {
 	font-weight: 300;
 	text-align: center;

+ 4 - 0
maywood/style-editor.css

@@ -890,6 +890,10 @@ body {
 	font-weight: 300;
 }
 
+b, strong {
+	font-weight: 500;
+}
+
 .editor-post-title__block .editor-post-title__input {
 	font-weight: 300;
 	text-align: center;