Explorar o código

Balasana: Reset `dt`

Thomas Guillot %!s(int64=6) %!d(string=hai) anos
pai
achega
a7c8f74309
Modificáronse 3 ficheiros con 12 adicións e 0 borrados
  1. 4 0
      balasana/sass/_extra-child-theme.scss
  2. 4 0
      balasana/style-rtl.css
  3. 4 0
      balasana/style.css

+ 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,