|
@@ -32,6 +32,7 @@ add_editor_color_rule( 'bg', '#E8E4DD', array(
|
|
|
#editor .editor-styles-wrapper .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
|
|
|
#editor .editor-styles-wrapper .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text,
|
|
|
#editor .editor-styles-wrapper .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-search .wp-block-search__button,
|
|
|
#editor .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color', 'color' ),
|
|
|
|
|
|
// Color
|
|
@@ -98,6 +99,8 @@ add_editor_color_rule( 'link', '#C04239', array(
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .button:focus,
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .button:hover,
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .has-focus.button,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-search .wp-block-search__button:focus,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-search .wp-block-search__button:hover,
|
|
|
#editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-focus,
|
|
|
#editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
|
|
|
#editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
|
|
@@ -164,6 +167,7 @@ add_editor_color_rule( 'txt', '#252E36', array(
|
|
|
array( '#editor .editor-styles-wrapper .button,
|
|
|
#editor .editor-styles-wrapper .wp-block-a8c-blog-posts + .button,
|
|
|
#editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link,
|
|
|
+ #editor .editor-styles-wrapper .wp-block-search .wp-block-search__button,
|
|
|
#editor .editor-styles-wrapper .wp-block-cover-image,
|
|
|
#editor .editor-styles-wrapper .wp-block-cover-image.has-background-dim,
|
|
|
#editor .editor-styles-wrapper .wp-block-cover,
|