|
@@ -125,7 +125,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", "default")};
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6, a {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -133,7 +133,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", "default")};
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
- p, h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
|
+ p, h1, h2, h3, h4, h5, h6, a {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -141,7 +141,7 @@
|
|
.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, a {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -149,7 +149,7 @@
|
|
.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, a {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -157,7 +157,7 @@
|
|
.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, a {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -165,7 +165,7 @@
|
|
.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, a {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -173,7 +173,7 @@
|
|
.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, a {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -181,7 +181,7 @@
|
|
.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, a {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
}
|
|
}
|