|
@@ -68,10 +68,6 @@
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")} !important;
|
|
color: #{map-deep-get($config-global, "color", "foreground", "default")} !important;
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-lighter-color[class] {
|
|
|
|
- color: #{map-deep-get($config-global, "color", "foreground", "lighter")} !important;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.has-foreground-light-color[class] {
|
|
.has-foreground-light-color[class] {
|
|
color: #{map-deep-get($config-global, "color", "foreground", "light")} !important;
|
|
color: #{map-deep-get($config-global, "color", "foreground", "light")} !important;
|
|
}
|
|
}
|
|
@@ -80,8 +76,12 @@
|
|
color: #{map-deep-get($config-global, "color", "foreground", "dark")} !important;
|
|
color: #{map-deep-get($config-global, "color", "foreground", "dark")} !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.has-background-light-color[class] {
|
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "light")} !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.has-background-color[class] {
|
|
.has-background-color[class] {
|
|
- color: #{map-deep-get($config-global, "color", "background")} !important;
|
|
|
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "default")} !important;
|
|
}
|
|
}
|
|
|
|
|
|
// Gutenberg background-color options
|
|
// Gutenberg background-color options
|
|
@@ -89,7 +89,7 @@
|
|
|
|
|
|
.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")};
|
|
|
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
@@ -97,7 +97,7 @@
|
|
|
|
|
|
.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")};
|
|
|
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
@@ -105,38 +105,38 @@
|
|
|
|
|
|
.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")};
|
|
|
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-lighter-background-color[class] {
|
|
|
|
- background-color: #{map-deep-get($config-global, "color", "foreground", "lighter")} !important;
|
|
|
|
- color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
|
|
|
+.has-foreground-light-background-color[class] {
|
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "foreground", "light")} !important;
|
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color[class] {
|
|
|
|
- background-color: #{map-deep-get($config-global, "color", "foreground", "light")} !important;
|
|
|
|
- color: #{map-deep-get($config-global, "color", "background")};
|
|
|
|
|
|
+.has-foreground-dark-background-color[class] {
|
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "foreground", "dark")} !important;
|
|
|
|
+ color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] {
|
|
|
|
- background-color: #{map-deep-get($config-global, "color", "foreground", "dark")} !important;
|
|
|
|
- color: #{map-deep-get($config-global, "color", "background")};
|
|
|
|
|
|
+.has-background-light-background-color[class] {
|
|
|
|
+ background-color: #{map-deep-get($config-global, "color", "background", "light")} !important;
|
|
|
|
+ color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
p, h1, h2, h3, h4, h5, h6 {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-background-color[class] {
|
|
.has-background-background-color[class] {
|
|
- background-color: #{map-deep-get($config-global, "color", "background")} !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 {
|
|
color: currentColor;
|
|
color: currentColor;
|