|
@@ -18,6 +18,7 @@ $border_radius_sm: map-deep-get($config-global, "border-radius", "sm");
|
|
|
$font_size_sm: map-deep-get($config-global, "font", "size", "sm");
|
|
|
$font_size_lg: map-deep-get($config-global, "font", "size", "lg");
|
|
|
$font_size_xl: map-deep-get($config-global, "font", "size", "xl");
|
|
|
+$font_size_h1: map-deep-get($config-heading, "font", "size", "h1");
|
|
|
|
|
|
/**
|
|
|
* Reset
|
|
@@ -311,6 +312,11 @@ dt {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.entry-title,
|
|
|
+.page-title {
|
|
|
+ font-size: $font_size_h1;
|
|
|
+}
|
|
|
+
|
|
|
// Sticky tag
|
|
|
.sticky-post,
|
|
|
.a8c-posts-list .a8c-posts-list-item__featured span {
|