|
@@ -46,6 +46,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
|
|
|
.post .entry-header .entry-meta {
|
|
|
+ margin-bottom: var(--global--spacing-vertical);
|
|
|
order: -1;
|
|
|
}
|
|
|
|
|
@@ -54,6 +55,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
|
|
|
.post .entry-header .entry-meta .posted-on a {
|
|
|
+ color: var(--global--color-foreground-light);
|
|
|
font-family: var(--global--font-primary);
|
|
|
text-transform: uppercase;
|
|
|
}
|
|
@@ -292,6 +294,19 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
+.site-footer > .site-info {
|
|
|
+ font-family: var(--global--font-secondary);
|
|
|
+}
|
|
|
+
|
|
|
+.site-footer > .site-info a.site-name {
|
|
|
+ color: var(--global--color-primary);
|
|
|
+ font-family: var(--global--font-primary);
|
|
|
+}
|
|
|
+
|
|
|
+.site-footer > .site-info a:hover {
|
|
|
+ color: var(--global--color-primary-hover);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-latest-posts > li > a {
|
|
|
color: var(--global--color-foreground);
|
|
|
}
|