|
@@ -1026,36 +1026,36 @@ table th,
|
|
|
line-height: 1;
|
|
|
}
|
|
|
|
|
|
-.has-primary-color[class] {
|
|
|
- color: black !important;
|
|
|
+.has-primary-color {
|
|
|
+ color: black;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-color[class] {
|
|
|
- color: #FF7A5C !important;
|
|
|
+.has-secondary-color {
|
|
|
+ color: #FF7A5C;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-color[class] {
|
|
|
- color: #444444 !important;
|
|
|
+.has-foreground-color {
|
|
|
+ color: #444444;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-color[class] {
|
|
|
- color: #767676 !important;
|
|
|
+.has-foreground-light-color {
|
|
|
+ color: #767676;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-color[class] {
|
|
|
- color: #111111 !important;
|
|
|
+.has-foreground-dark-color {
|
|
|
+ color: #111111;
|
|
|
}
|
|
|
|
|
|
-.has-background-light-color[class] {
|
|
|
- color: #FAFAFA !important;
|
|
|
+.has-background-light-color {
|
|
|
+ color: #FAFAFA;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-color[class] {
|
|
|
- color: #DDDDDD !important;
|
|
|
+.has-background-dark-color {
|
|
|
+ color: #DDDDDD;
|
|
|
}
|
|
|
|
|
|
-.has-background-color[class] {
|
|
|
- color: white !important;
|
|
|
+.has-background-color {
|
|
|
+ color: white;
|
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
@@ -1063,48 +1063,48 @@ table th,
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: black !important;
|
|
|
+.has-primary-background-color {
|
|
|
+ background-color: black;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: black !important;
|
|
|
+.has-primary-background-color {
|
|
|
+ background-color: black;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-background-color[class] {
|
|
|
- background-color: #FF7A5C !important;
|
|
|
+.has-secondary-background-color {
|
|
|
+ background-color: #FF7A5C;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-background-color[class] {
|
|
|
- background-color: #444444 !important;
|
|
|
+.has-foreground-background-color {
|
|
|
+ background-color: #444444;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color[class] {
|
|
|
- background-color: #767676 !important;
|
|
|
+.has-foreground-light-background-color {
|
|
|
+ background-color: #767676;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #111111 !important;
|
|
|
+.has-foreground-dark-background-color {
|
|
|
+ background-color: #111111;
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.has-background-light-background-color[class] {
|
|
|
- background-color: #FAFAFA !important;
|
|
|
+.has-background-light-background-color {
|
|
|
+ background-color: #FAFAFA;
|
|
|
color: #444444;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-background-color[class] {
|
|
|
- background-color: #DDDDDD !important;
|
|
|
+.has-background-dark-background-color {
|
|
|
+ background-color: #DDDDDD;
|
|
|
color: #444444;
|
|
|
}
|
|
|
|
|
|
-.has-background-background-color[class] {
|
|
|
- background-color: white !important;
|
|
|
+.has-background-background-color {
|
|
|
+ background-color: white;
|
|
|
color: #444444;
|
|
|
}
|
|
|
|