|
@@ -4373,7 +4373,7 @@ body.page .main-navigation {
|
|
|
|
|
|
.entry .entry-content .has-primary-background-color,
|
|
|
.entry .entry-content .has-secondary-background-color,
|
|
|
-.entry .entry-content .has-dark-gray-background-color,
|
|
|
+.entry .entry-content .has-white-background-color,
|
|
|
.entry .entry-content .has-light-gray-background-color {
|
|
|
color: #080808;
|
|
|
}
|
|
@@ -4394,14 +4394,14 @@ body.page .main-navigation {
|
|
|
.entry .entry-content .has-secondary-background-color h5,
|
|
|
.entry .entry-content .has-secondary-background-color h6,
|
|
|
.entry .entry-content .has-secondary-background-color a,
|
|
|
-.entry .entry-content .has-dark-gray-background-color p,
|
|
|
-.entry .entry-content .has-dark-gray-background-color h1,
|
|
|
-.entry .entry-content .has-dark-gray-background-color h2,
|
|
|
-.entry .entry-content .has-dark-gray-background-color h3,
|
|
|
-.entry .entry-content .has-dark-gray-background-color h4,
|
|
|
-.entry .entry-content .has-dark-gray-background-color h5,
|
|
|
-.entry .entry-content .has-dark-gray-background-color h6,
|
|
|
-.entry .entry-content .has-dark-gray-background-color a,
|
|
|
+.entry .entry-content .has-white-background-color p,
|
|
|
+.entry .entry-content .has-white-background-color h1,
|
|
|
+.entry .entry-content .has-white-background-color h2,
|
|
|
+.entry .entry-content .has-white-background-color h3,
|
|
|
+.entry .entry-content .has-white-background-color h4,
|
|
|
+.entry .entry-content .has-white-background-color h5,
|
|
|
+.entry .entry-content .has-white-background-color h6,
|
|
|
+.entry .entry-content .has-white-background-color a,
|
|
|
.entry .entry-content .has-light-gray-background-color p,
|
|
|
.entry .entry-content .has-light-gray-background-color h1,
|
|
|
.entry .entry-content .has-light-gray-background-color h2,
|
|
@@ -4413,18 +4413,18 @@ body.page .main-navigation {
|
|
|
color: #080808;
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .has-white-background-color {
|
|
|
+.entry .entry-content .has-dark-gray-background-color {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
|
-.entry .entry-content .has-white-background-color p,
|
|
|
-.entry .entry-content .has-white-background-color h1,
|
|
|
-.entry .entry-content .has-white-background-color h2,
|
|
|
-.entry .entry-content .has-white-background-color h3,
|
|
|
-.entry .entry-content .has-white-background-color h4,
|
|
|
-.entry .entry-content .has-white-background-color h5,
|
|
|
-.entry .entry-content .has-white-background-color h6,
|
|
|
-.entry .entry-content .has-white-background-color a {
|
|
|
+.entry .entry-content .has-dark-gray-background-color p,
|
|
|
+.entry .entry-content .has-dark-gray-background-color h1,
|
|
|
+.entry .entry-content .has-dark-gray-background-color h2,
|
|
|
+.entry .entry-content .has-dark-gray-background-color h3,
|
|
|
+.entry .entry-content .has-dark-gray-background-color h4,
|
|
|
+.entry .entry-content .has-dark-gray-background-color h5,
|
|
|
+.entry .entry-content .has-dark-gray-background-color h6,
|
|
|
+.entry .entry-content .has-dark-gray-background-color a {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
@@ -4440,7 +4440,7 @@ body.page .main-navigation {
|
|
|
|
|
|
.entry .entry-content .has-dark-gray-background-color,
|
|
|
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
|
|
|
- background-color: #fff;
|
|
|
+ background-color: #1c1c1c;
|
|
|
}
|
|
|
|
|
|
.entry .entry-content .has-light-gray-background-color,
|