|
@@ -468,21 +468,31 @@ ul.wp-block-categories,
|
|
|
font-weight: var(--global--link-font-weight);
|
|
|
}
|
|
|
|
|
|
+.jp-relatedposts-i2 .jp-related-posts-i2__post,
|
|
|
.wp-block-jetpack-related-posts .jp-related-posts-i2__post {
|
|
|
margin: 0 0 0 var(--global--spacing-horizontal);
|
|
|
}
|
|
|
|
|
|
+.jp-relatedposts-i2 .jp-related-posts-i2__row,
|
|
|
.wp-block-jetpack-related-posts .jp-related-posts-i2__row {
|
|
|
margin: auto;
|
|
|
}
|
|
|
|
|
|
+.jp-relatedposts-i2 .jp-related-posts-i2__post-link,
|
|
|
.wp-block-jetpack-related-posts .jp-related-posts-i2__post-link {
|
|
|
- font-weight: 500;
|
|
|
- font-size: var(--wp--present--font-size--medium, --global--font-size-md);
|
|
|
+ font-weight: var(--global--font-weight);
|
|
|
+ font-size: var(--global--font-size-lg);
|
|
|
line-height: var(--global--line-height-body);
|
|
|
width: fit-content;
|
|
|
}
|
|
|
|
|
|
+.jp-relatedposts-i2 .jp-related-posts-i2__post-link a,
|
|
|
+.wp-block-jetpack-related-posts .jp-related-posts-i2__post-link a {
|
|
|
+ color: var(--global--color-foreground);
|
|
|
+}
|
|
|
+
|
|
|
+.jp-relatedposts-i2 .jp-related-posts-i2__post-date,
|
|
|
+.jp-relatedposts-i2 .jp-related-posts-i2__post-context,
|
|
|
.wp-block-jetpack-related-posts .jp-related-posts-i2__post-date,
|
|
|
.wp-block-jetpack-related-posts .jp-related-posts-i2__post-context {
|
|
|
font-family: var(--global--font-primary);
|
|
@@ -495,8 +505,14 @@ ul.wp-block-categories,
|
|
|
font-size: var(--global--font-size-base);
|
|
|
}
|
|
|
|
|
|
+#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
|
|
|
+#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
|
|
|
+ opacity: 1;
|
|
|
+ line-height: var(--global--line-height-body);
|
|
|
+}
|
|
|
+
|
|
|
#jp-relatedposts h3.jp-relatedposts-headline {
|
|
|
- font-size: var(--wp--present--font-size--medium, --global--font-size-md);
|
|
|
+ font-size: var(--global--font-size-lg);
|
|
|
margin-bottom: var(--global--spacing-vertical);
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -510,6 +526,15 @@ ul.wp-block-categories,
|
|
|
margin-bottom: var(--global--spacing-vertical);
|
|
|
}
|
|
|
|
|
|
+#jp-relatedposts .jp-relatedposts-post-title {
|
|
|
+ font-size: var(--global--font-size-lg);
|
|
|
+ line-height: var(--heading--line-height-h2);
|
|
|
+}
|
|
|
+
|
|
|
+#jp-relatedposts .jp-relatedposts-post-title a {
|
|
|
+ color: var(--global--color-foreground);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-newspack-blocks-homepage-articles.wpnbha article,
|
|
|
.wp-block-a8c-blog-posts.wpnbha article {
|
|
|
margin: 0 auto;
|