فهرست منبع

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,