소스 검색

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;