|
@@ -87,9 +87,9 @@
|
|
|
color: #{map-deep-get($config-global, "color", "background", "default")};
|
|
|
}
|
|
|
|
|
|
-.has-background-dim:not(.has-text-color),
|
|
|
-.has-foreground-background-color:not(.has-text-color),
|
|
|
-.has-foreground-background-color.has-background-dim:not(.has-text-color) {
|
|
|
+.has-background-dim,
|
|
|
+.has-foreground-background-color,
|
|
|
+.has-foreground-background-color.has-background-dim {
|
|
|
background-color: #{map-deep-get($config-global, "color", "foreground", "default")};
|
|
|
}
|
|
|
|