فهرست منبع

Barnsbury: Make widget-title match h3 heading font-size

Allan Cole 6 سال پیش
والد
کامیت
06154339a6
3فایلهای تغییر یافته به همراه22 افزوده شده و 0 حذف شده
  1. 8 0
      barnsbury/sass/_extra-child-theme.scss
  2. 7 0
      barnsbury/style-rtl.css
  3. 7 0
      barnsbury/style.css

+ 8 - 0
barnsbury/sass/_extra-child-theme.scss

@@ -150,4 +150,12 @@ a {
 
 .entry .entry-content .wp-block-media-text {
 	background-color: map-deep-get($config-global, "color", "background", "light");
+}
+
+/**
+ * Widgets
+ */
+
+.widget-title {
+	font-size: map-deep-get($config-heading, "font", "size", "h3"),
 }

+ 7 - 0
barnsbury/style-rtl.css

@@ -3530,3 +3530,10 @@ hr {
 .entry .entry-content .wp-block-media-text {
 	background-color: #FDF9EC;
 }
+
+/**
+ * Widgets
+ */
+.widget-title {
+	font-size: 1.93878rem;
+}

+ 7 - 0
barnsbury/style.css

@@ -3535,3 +3535,10 @@ hr {
 .entry .entry-content .wp-block-media-text {
 	background-color: #FDF9EC;
 }
+
+/**
+ * Widgets
+ */
+.widget-title {
+	font-size: 1.93878rem;
+}