|
@@ -103,8 +103,8 @@ Included in theme screenshot and in block patterns.
|
|
|
--global--color-black: black;
|
|
|
--global--color-white: white;
|
|
|
--global--color-foreground: #333333;
|
|
|
- --global--color-foreground-light: #444444;
|
|
|
- --global--color-foreground-dark: #000000;
|
|
|
+ --global--color-foreground-low-contrast: #444444;
|
|
|
+ --global--color-foreground-high-contrast: #000000;
|
|
|
--global--color-background: #FFFFFF;
|
|
|
--global--color-tertiary: #FAFBF6;
|
|
|
--global--color-background-dark: #DDDDDD;
|
|
@@ -152,7 +152,7 @@ Included in theme screenshot and in block patterns.
|
|
|
--button--padding-vertical: calc(var(--global--spacing-horizontal) - var(--button--border-width));
|
|
|
--button--padding-horizontal: var(--global--spacing-horizontal);
|
|
|
--cover--height: calc( 15 * var(--global--spacing-vertical) );
|
|
|
- --cover--color-foreground: var(--global--color-foreground-dark);
|
|
|
+ --cover--color-foreground: var(--global--color-foreground-high-contrast);
|
|
|
--cover--color-background: var(--global--color-tertiary);
|
|
|
--heading--font-family: var(--global--font-primary);
|
|
|
--heading--line-height: 1.3;
|
|
@@ -287,7 +287,7 @@ Included in theme screenshot and in block patterns.
|
|
|
--wc--mini-cart--color-background: var(--global--color-background);
|
|
|
--wc--mini-cart--color-text: var(--global--color-foreground);
|
|
|
--wc--mini-cart--color-subtotal: var(--global--color-foreground);
|
|
|
- --wc--mini-cart--color-count: var(--global--color-foreground-light);
|
|
|
+ --wc--mini-cart--color-count: var(--global--color-foreground-low-contrast);
|
|
|
--wc--mini-cart--color-border: var(--global--color-border);
|
|
|
--wc--mini-cart--button-text-color: var(--button--color-text);
|
|
|
--wc--mini-cart--button-background-color: var(--button--color-background);
|
|
@@ -1081,7 +1081,7 @@ blockquote p {
|
|
|
|
|
|
blockquote cite,
|
|
|
blockquote footer {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-xs);
|
|
|
letter-spacing: var(--global--letter-spacing);
|
|
|
}
|
|
@@ -1179,7 +1179,7 @@ input[type=checkbox] + label {
|
|
|
figcaption,
|
|
|
.wp-caption,
|
|
|
.wp-caption-text {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-xs);
|
|
|
line-height: var(--global--line-height-body);
|
|
|
margin-top: calc(0.5 * var(--global--spacing-unit));
|
|
@@ -1631,7 +1631,7 @@ h6, .h6 {
|
|
|
}
|
|
|
|
|
|
.wp-block-image figcaption {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-xs);
|
|
|
line-height: var(--global--line-height-body);
|
|
|
margin-top: calc(0.5 * var(--global--spacing-unit));
|
|
@@ -1689,7 +1689,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-sm);
|
|
|
}
|
|
|
|
|
@@ -1758,7 +1758,7 @@ img {
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-sm);
|
|
|
line-height: var(--global--line-height-body);
|
|
|
}
|
|
@@ -2072,7 +2072,7 @@ p.has-text-color a {
|
|
|
}
|
|
|
|
|
|
.a8c-posts-list__item .a8c-posts-list-item__meta {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-sm);
|
|
|
}
|
|
|
|
|
@@ -2196,7 +2196,7 @@ p.has-text-color a {
|
|
|
.wp-block-quote .wp-block-quote__citation,
|
|
|
.wp-block-quote cite,
|
|
|
.wp-block-quote footer {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-xs);
|
|
|
}
|
|
|
|
|
@@ -2259,7 +2259,7 @@ p.has-text-color a {
|
|
|
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large .wp-block-quote__citation,
|
|
|
.wp-block-quote.is-large cite,
|
|
|
.wp-block-quote.is-large footer {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-xs);
|
|
|
}
|
|
|
|
|
@@ -2460,7 +2460,7 @@ pre.wp-block-verse {
|
|
|
}
|
|
|
|
|
|
.wp-block-video figcaption {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-xs);
|
|
|
margin-top: calc(0.5 * var(--global--spacing-unit));
|
|
|
margin-bottom: var(--global--spacing-unit);
|
|
@@ -2582,11 +2582,11 @@ pre.wp-block-verse {
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-color[class] {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-color[class] {
|
|
|
- color: var(--global--color-foreground-dark);
|
|
|
+.has-foreground-high-contrast-color[class] {
|
|
|
+ color: var(--global--color-foreground-high-contrast);
|
|
|
}
|
|
|
|
|
|
.has-tertiary-color[class] {
|
|
@@ -2639,18 +2639,18 @@ pre.wp-block-verse {
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color[class] {
|
|
|
- background-color: var(--global--color-foreground-light);
|
|
|
+ background-color: var(--global--color-foreground-low-contrast);
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color[class]:not(.has-text-color) {
|
|
|
color: var(--global--color-background);
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] {
|
|
|
- background-color: var(--global--color-foreground-dark);
|
|
|
+.has-foreground-high-contrast-background-color[class] {
|
|
|
+ background-color: var(--global--color-foreground-high-contrast);
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class]:not(.has-text-color) {
|
|
|
+.has-foreground-high-contrast-background-color[class]:not(.has-text-color) {
|
|
|
color: var(--global--color-background);
|
|
|
}
|
|
|
|
|
@@ -3932,7 +3932,7 @@ img#wpstats {
|
|
|
.wp-block-newspack-blocks-homepage-articles article .cat-links,
|
|
|
.wp-block-a8c-blog-posts article .entry-meta,
|
|
|
.wp-block-a8c-blog-posts article .cat-links {
|
|
|
- color: var(--global--color-foreground-light);
|
|
|
+ color: var(--global--color-foreground-low-contrast);
|
|
|
font-size: var(--global--font-size-sm);
|
|
|
}
|
|
|
|