|
@@ -2249,6 +2249,10 @@ hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
|
|
|
max-width: 96px;
|
|
|
}
|
|
|
|
|
|
+hr.wp-block-separator.is-style-wide {
|
|
|
+ border-bottom-width: 2px;
|
|
|
+}
|
|
|
+
|
|
|
hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
@@ -2398,35 +2402,35 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-primary-color[class] {
|
|
|
- color: #19744C !important;
|
|
|
+ color: #19744C;
|
|
|
}
|
|
|
|
|
|
.has-secondary-color[class] {
|
|
|
- color: #BC2213 !important;
|
|
|
+ color: #BC2213;
|
|
|
}
|
|
|
|
|
|
.has-foreground-color[class] {
|
|
|
- color: #303030 !important;
|
|
|
+ color: #303030;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-color[class] {
|
|
|
- color: #505050 !important;
|
|
|
+ color: #505050;
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-color[class] {
|
|
|
- color: #101010 !important;
|
|
|
+ color: #101010;
|
|
|
}
|
|
|
|
|
|
.has-background-light-color[class] {
|
|
|
- color: #F0F0F0 !important;
|
|
|
+ color: #F0F0F0;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-color[class] {
|
|
|
- color: #D0D0D0 !important;
|
|
|
+ color: #D0D0D0;
|
|
|
}
|
|
|
|
|
|
.has-background-color[class] {
|
|
|
- color: white !important;
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
@@ -2435,42 +2439,42 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-primary-background-color[class] {
|
|
|
- background-color: #19744C !important;
|
|
|
+ background-color: #19744C;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
.has-secondary-background-color[class] {
|
|
|
- background-color: #BC2213 !important;
|
|
|
+ background-color: #BC2213;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
.has-foreground-background-color[class] {
|
|
|
- background-color: #303030 !important;
|
|
|
+ background-color: #303030;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
.has-foreground-light-background-color[class] {
|
|
|
- background-color: #505050 !important;
|
|
|
+ background-color: #505050;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #101010 !important;
|
|
|
+ background-color: #101010;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
.has-background-light-background-color[class] {
|
|
|
- background-color: #F0F0F0 !important;
|
|
|
+ background-color: #F0F0F0;
|
|
|
color: #303030;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-background-color[class] {
|
|
|
- background-color: #D0D0D0 !important;
|
|
|
+ background-color: #D0D0D0;
|
|
|
color: #303030;
|
|
|
}
|
|
|
|
|
|
.has-background-background-color[class] {
|
|
|
- background-color: white !important;
|
|
|
+ background-color: white;
|
|
|
color: #303030;
|
|
|
}
|
|
|
|
|
@@ -3205,6 +3209,7 @@ body:not(.fse-enabled) .footer-menu a {
|
|
|
.pagination .nav-links .svg-icon {
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
|
+ fill: currentColor;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 560px) {
|