|
@@ -1,14 +1,14 @@
|
|
|
.wp-block-cover,
|
|
|
.wp-block-cover-image {
|
|
|
|
|
|
- background-color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
+ background-color: #{map-deep-get($config-cover, "color", "background")};
|
|
|
min-height: #{map-deep-get($config-cover, "height")};
|
|
|
margin: inherit;
|
|
|
|
|
|
.wp-block-cover__inner-container,
|
|
|
.wp-block-cover-image-text,
|
|
|
.wp-block-cover-text {
|
|
|
- color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
+ color: #{map-deep-get($config-cover, "color", "foreground")};
|
|
|
margin-top: #{map-deep-get($config-global, "spacing", "vertical")};
|
|
|
margin-bottom: #{map-deep-get($config-global, "spacing", "vertical")};
|
|
|
|