|
@@ -30,12 +30,12 @@ add_color_rule( 'bg', '#FFFFFF', array(
|
|
|
.wp-block-button__link,
|
|
|
.wp-block-button__link:focus,
|
|
|
.wp-block-button__link:hover,
|
|
|
- .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
|
|
|
- .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text,
|
|
|
- .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
|
|
|
- .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
|
|
|
- .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
|
|
|
- .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,
|
|
|
+ .wp-block-cover-image:not([class="has-background-background-color"]) .wp-block-cover-image-text,
|
|
|
+ .wp-block-cover-image:not([class="has-background-background-color"]) .wp-block-cover-text,
|
|
|
+ .wp-block-cover-image:not([class="has-background-background-color"]) .wp-block-cover__inner-container,
|
|
|
+ .wp-block-cover:not([class="has-background-background-color"]) .wp-block-cover-image-text,
|
|
|
+ .wp-block-cover:not([class="has-background-background-color"]) .wp-block-cover-text,
|
|
|
+ .wp-block-cover:not([class="has-background-background-color"]) .wp-block-cover__inner-container,
|
|
|
.wp-block-file .wp-block-file__button,
|
|
|
.wp-block-file a.wp-block-file__button:active,
|
|
|
.wp-block-file a.wp-block-file__button:focus,
|
|
@@ -150,10 +150,10 @@ add_color_rule( 'link', '#000000', array(
|
|
|
.site-description,
|
|
|
.site-title,
|
|
|
.social-navigation a,
|
|
|
- .wp-block-button.is-style-outline .wp-block-button__link,
|
|
|
- .wp-block-button.is-style-outline .wp-block-button__link:active,
|
|
|
- .wp-block-button.is-style-outline.wp-block-button__link,
|
|
|
- .wp-block-button.is-style-outline.wp-block-button__link:active,
|
|
|
+ .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
|
|
|
+ .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,
|
|
|
+ .wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color),
|
|
|
+ .wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color):active,
|
|
|
.wp-block-newspack-blocks-homepage-articles article .entry-title a,
|
|
|
a', 'color' ),
|
|
|
|
|
@@ -224,6 +224,8 @@ add_color_rule( 'txt', '#444444', array(
|
|
|
// Background-color
|
|
|
array( '.wp-block-cover,
|
|
|
.wp-block-cover-image,
|
|
|
+ table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
+ .wp-block-table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
body .widget_eu_cookie_law_widget #eu-cookie-law.negative', 'background-color' ),
|
|
|
|
|
|
/**
|