|
@@ -53,7 +53,9 @@
|
|
.has-primary-background-color[class] {
|
|
.has-primary-background-color[class] {
|
|
background-color: #{map-deep-get($config-global, "color", "primary", "default")} !important;
|
|
background-color: #{map-deep-get($config-global, "color", "primary", "default")} !important;
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6,
|
|
|
|
+ .wp-block-quote__citation {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -61,7 +63,9 @@
|
|
.has-secondary-background-color[class] {
|
|
.has-secondary-background-color[class] {
|
|
background-color: #{map-deep-get($config-global, "color", "secondary", "default")} !important;
|
|
background-color: #{map-deep-get($config-global, "color", "secondary", "default")} !important;
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6,
|
|
|
|
+ .wp-block-quote__citation {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -69,7 +73,9 @@
|
|
.has-foreground-background-color[class] {
|
|
.has-foreground-background-color[class] {
|
|
background-color: #{map-deep-get($config-global, "color", "foreground", "default")} !important;
|
|
background-color: #{map-deep-get($config-global, "color", "foreground", "default")} !important;
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6,
|
|
|
|
+ .wp-block-quote__citation {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -77,7 +83,9 @@
|
|
.has-foreground-light-background-color[class] {
|
|
.has-foreground-light-background-color[class] {
|
|
background-color: #{map-deep-get($config-global, "color", "foreground", "light")} !important;
|
|
background-color: #{map-deep-get($config-global, "color", "foreground", "light")} !important;
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6,
|
|
|
|
+ .wp-block-quote__citation {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -85,7 +93,9 @@
|
|
.has-foreground-dark-background-color[class] {
|
|
.has-foreground-dark-background-color[class] {
|
|
background-color: #{map-deep-get($config-global, "color", "foreground", "dark")} !important;
|
|
background-color: #{map-deep-get($config-global, "color", "foreground", "dark")} !important;
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6,
|
|
|
|
+ .wp-block-quote__citation {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -93,7 +103,9 @@
|
|
.has-background-light-background-color[class] {
|
|
.has-background-light-background-color[class] {
|
|
background-color: #{map-deep-get($config-global, "color", "background", "light")} !important;
|
|
background-color: #{map-deep-get($config-global, "color", "background", "light")} !important;
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6,
|
|
|
|
+ .wp-block-quote__citation {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -101,7 +113,9 @@
|
|
.has-background-dark-background-color[class] {
|
|
.has-background-dark-background-color[class] {
|
|
background-color: #{map-deep-get($config-global, "color", "background", "dark")} !important;
|
|
background-color: #{map-deep-get($config-global, "color", "background", "dark")} !important;
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6,
|
|
|
|
+ .wp-block-quote__citation {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -109,7 +123,9 @@
|
|
.has-background-background-color[class] {
|
|
.has-background-background-color[class] {
|
|
background-color: #{map-deep-get($config-global, "color", "background", "default")} !important;
|
|
background-color: #{map-deep-get($config-global, "color", "background", "default")} !important;
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6,
|
|
|
|
+ .wp-block-quote__citation {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|