|
@@ -1129,7 +1129,7 @@ input:focus[type="submit"],
|
|
|
input.has-focus[type="submit"],
|
|
|
.has-focus.wp-block-button__link,
|
|
|
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all {
|
|
|
- color: ("default": #FFFDF6, "light": #FAFAFA, "dark": #DDDDDD);
|
|
|
+ color: ("default": #FFFDF6, "light": #FDF9EC, "dark": #DDDDDD);
|
|
|
background-color: #133a24;
|
|
|
}
|
|
|
|
|
@@ -1333,7 +1333,7 @@ input.has-focus[type="submit"],
|
|
|
.wp-block-file a.wp-block-file__button:focus,
|
|
|
.wp-block-file a.wp-block-file__button:hover,
|
|
|
.wp-block-file a.wp-block-file__button:visited {
|
|
|
- color: ("default": #FFFDF6, "light": #FAFAFA, "dark": #DDDDDD);
|
|
|
+ color: ("default": #FFFDF6, "light": #FDF9EC, "dark": #DDDDDD);
|
|
|
opacity: .85;
|
|
|
}
|
|
|
|
|
@@ -2030,7 +2030,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-background-light-color[class] {
|
|
|
- color: #FAFAFA !important;
|
|
|
+ color: #FDF9EC !important;
|
|
|
}
|
|
|
|
|
|
.has-background-dark-color[class] {
|
|
@@ -2087,7 +2087,7 @@ table th,
|
|
|
}
|
|
|
|
|
|
.has-background-light-background-color[class] {
|
|
|
- background-color: #FAFAFA !important;
|
|
|
+ background-color: #FDF9EC !important;
|
|
|
color: #3C2323;
|
|
|
}
|
|
|
|
|
@@ -3509,3 +3509,7 @@ hr {
|
|
|
.wp-block-cover-image {
|
|
|
background-color: #0D1B24;
|
|
|
}
|
|
|
+
|
|
|
+.entry .entry-content .wp-block-media-text {
|
|
|
+ background-color: #FDF9EC;
|
|
|
+}
|