|
@@ -55,7 +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);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-family: var(--global--font-primary);
|
|
|
font-size: var(--global--font-size-md);
|
|
|
}
|
|
@@ -92,7 +92,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
|
|
|
.post.sticky .entry-content > * {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
}
|
|
|
|
|
|
.sticky-post {
|
|
@@ -353,7 +353,7 @@ ul.wp-block-categories,
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts > li > a {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-lg);
|
|
|
font-weight: 500;
|
|
|
}
|