浏览代码

Balasana: Reset `dt`

Thomas Guillot 5 年之前
父节点
当前提交
a7c8f74309
共有 3 个文件被更改,包括 12 次插入0 次删除
  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,