|
@@ -1401,12 +1401,21 @@ button[data-load-more-btn], .button {
|
|
|
*/
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link,
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link {
|
|
|
- color: #19744C;
|
|
|
- background: transparent;
|
|
|
+ color: inherit;
|
|
|
border: 2px solid currentcolor;
|
|
|
padding: 14px 16px;
|
|
|
}
|
|
|
|
|
|
+.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background-color),
|
|
|
+.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background-color) {
|
|
|
+ background: transparent;
|
|
|
+}
|
|
|
+
|
|
|
+.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) {
|
|
|
+ color: #19744C;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-button.is-style-outline.wp-block-button__link:active,
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:active {
|
|
|
color: #19744C;
|
|
@@ -1501,13 +1510,18 @@ button[data-load-more-btn], .button {
|
|
|
min-height: 576px;
|
|
|
margin-top: inherit;
|
|
|
margin-bottom: inherit;
|
|
|
- /* default & custom background-color */
|
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
|
}
|
|
|
|
|
|
+.wp-block-cover.has-background-dim,
|
|
|
+.wp-block-cover-image.has-background-dim {
|
|
|
+ background-color: black;
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-cover .wp-block-cover__inner-container,
|
|
|
.wp-block-cover .wp-block-cover-image-text,
|
|
|
.wp-block-cover .wp-block-cover-text,
|
|
@@ -1534,15 +1548,6 @@ button[data-load-more-btn], .button {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.wp-block-cover: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-image:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
-.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 {
|
|
|
- color: white;
|
|
|
-}
|
|
|
-
|
|
|
.wp-block-cover h2,
|
|
|
.wp-block-cover-image h2 {
|
|
|
font-size: 2.48832rem;
|
|
@@ -2325,6 +2330,12 @@ table th,
|
|
|
word-break: break-all;
|
|
|
}
|
|
|
|
|
|
+table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
+.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
|
|
|
+ background-color: #F0F0F0;
|
|
|
+ color: #303030;
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-video figcaption {
|
|
|
color: #505050;
|
|
|
font-size: 0.69444rem;
|
|
@@ -2440,53 +2451,56 @@ table th,
|
|
|
color: #D0D0D0;
|
|
|
}
|
|
|
|
|
|
+.has-background-dim,
|
|
|
.has-background-color {
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-background:not(.has-background-background-color) a,
|
|
|
+.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
|
|
|
+.has-background a:not(.wp-block-button__link),
|
|
|
.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color {
|
|
|
+.has-primary-background-color,
|
|
|
+.has-primary-background-color.has-background-dim {
|
|
|
background-color: #19744C;
|
|
|
- color: white;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-background-color {
|
|
|
+.has-secondary-background-color,
|
|
|
+.has-secondary-background-color.has-background-dim {
|
|
|
background-color: #BC2213;
|
|
|
- color: white;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-background-color {
|
|
|
+.has-background-dim,
|
|
|
+.has-foreground-background-color,
|
|
|
+.has-foreground-background-color.has-background-dim {
|
|
|
background-color: #303030;
|
|
|
- color: white;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color {
|
|
|
+.has-foreground-light-background-color,
|
|
|
+.has-foreground-light-background-color.has-background-dim {
|
|
|
background-color: #505050;
|
|
|
- color: white;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color {
|
|
|
+.has-foreground-dark-background-color,
|
|
|
+.has-foreground-dark-background-color.has-background-dim {
|
|
|
background-color: #101010;
|
|
|
- color: white;
|
|
|
}
|
|
|
|
|
|
-.has-background-light-background-color {
|
|
|
+.has-background-light-background-color,
|
|
|
+.has-background-light-background-color.has-background-dim {
|
|
|
background-color: #F0F0F0;
|
|
|
- color: #303030;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-background-color {
|
|
|
+.has-background-dark-background-color,
|
|
|
+.has-background-dark-background-color.has-background-dim {
|
|
|
background-color: #D0D0D0;
|
|
|
- color: #303030;
|
|
|
}
|
|
|
|
|
|
-.has-background-background-color {
|
|
|
+.has-background-background-color,
|
|
|
+.has-background-background-color.has-background-dim {
|
|
|
background-color: white;
|
|
|
- color: #303030;
|
|
|
}
|
|
|
|
|
|
.is-small-text,
|