Prechádzať zdrojové kódy

Balasana: Reset `dt`

Thomas Guillot 5 rokov pred
rodič
commit
a7c8f74309

+ 4 - 0
balasana/sass/_extra-child-theme.scss

@@ -33,6 +33,10 @@ input[type="submit"] {
 	}
 }
 
+dt {
+	font-family: inherit;
+}
+
 .entry-header,
 .entry-footer,
 .page-title,

+ 4 - 0
balasana/style-rtl.css

@@ -3439,6 +3439,10 @@ input[type="submit"]:hover {
 	text-decoration: underline;
 }
 
+dt {
+	font-family: inherit;
+}
+
 .entry-header,
 .entry-footer,
 .page-title,

+ 4 - 0
balasana/style.css

@@ -3456,6 +3456,10 @@ input[type="submit"]:hover {
 	text-decoration: underline;
 }
 
+dt {
+	font-family: inherit;
+}
+
 .entry-header,
 .entry-footer,
 .page-title,