Browse Source

Varia: Fix strong-italic font-weight issue

Niels Lange 5 years ago
parent
commit
f772eca1d8
2 changed files with 22 additions and 0 deletions
  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;