浏览代码

Varia: Fix strong-italic font-weight issue

Niels Lange 5 年之前
父节点
当前提交
f772eca1d8
共有 2 个文件被更改,包括 22 次插入0 次删除
  1. 11 0
      varia/style-rtl.css
  2. 11 0
      varia/style.css

+ 11 - 0
varia/style-rtl.css

@@ -1766,6 +1766,17 @@ p.has-background {
 	padding: 16px 16px;
 }
 
+p b > i,
+p b > em,
+p em > b,
+p em > strong,
+p i > b,
+p i > strong,
+p strong > i,
+p strong > em {
+	font-weight: 700;
+}
+
 .a8c-posts-list__listing {
 	list-style: none;
 	margin: 0;

+ 11 - 0
varia/style.css

@@ -1766,6 +1766,17 @@ p.has-background {
 	padding: 16px 16px;
 }
 
+p b > i,
+p b > em,
+p em > b,
+p em > strong,
+p i > b,
+p i > strong,
+p strong > i,
+p strong > em {
+	font-weight: 700;
+}
+
 .a8c-posts-list__listing {
 	list-style: none;
 	margin: 0;