|
@@ -1029,36 +1029,36 @@ table th,
|
|
|
line-height: 1.2;
|
|
|
}
|
|
|
|
|
|
-.has-primary-color[class] {
|
|
|
- color: #0073AA !important;
|
|
|
+.has-primary-color {
|
|
|
+ color: #0073AA;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-color[class] {
|
|
|
- color: #0d1b24 !important;
|
|
|
+.has-secondary-color {
|
|
|
+ color: #0d1b24;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-color[class] {
|
|
|
- color: #1e1e1e !important;
|
|
|
+.has-foreground-color {
|
|
|
+ color: #1e1e1e;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-color[class] {
|
|
|
- color: #767676 !important;
|
|
|
+.has-foreground-light-color {
|
|
|
+ color: #767676;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-color[class] {
|
|
|
- color: #000000 !important;
|
|
|
+.has-foreground-dark-color {
|
|
|
+ color: #000000;
|
|
|
}
|
|
|
|
|
|
-.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: #FFFFFF !important;
|
|
|
+.has-background-color {
|
|
|
+ color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a,
|
|
@@ -1066,48 +1066,48 @@ table th,
|
|
|
color: currentColor;
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: #0073AA !important;
|
|
|
+.has-primary-background-color {
|
|
|
+ background-color: #0073AA;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-primary-background-color[class] {
|
|
|
- background-color: #0073AA !important;
|
|
|
+.has-primary-background-color {
|
|
|
+ background-color: #0073AA;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-secondary-background-color[class] {
|
|
|
- background-color: #0d1b24 !important;
|
|
|
+.has-secondary-background-color {
|
|
|
+ background-color: #0d1b24;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-background-color[class] {
|
|
|
- background-color: #1e1e1e !important;
|
|
|
+.has-foreground-background-color {
|
|
|
+ background-color: #1e1e1e;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-light-background-color[class] {
|
|
|
- background-color: #767676 !important;
|
|
|
+.has-foreground-light-background-color {
|
|
|
+ background-color: #767676;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-foreground-dark-background-color[class] {
|
|
|
- background-color: #000000 !important;
|
|
|
+.has-foreground-dark-background-color {
|
|
|
+ background-color: #000000;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
|
|
|
-.has-background-light-background-color[class] {
|
|
|
- background-color: #FAFAFA !important;
|
|
|
+.has-background-light-background-color {
|
|
|
+ background-color: #FAFAFA;
|
|
|
color: #1e1e1e;
|
|
|
}
|
|
|
|
|
|
-.has-background-dark-background-color[class] {
|
|
|
- background-color: #DDDDDD !important;
|
|
|
+.has-background-dark-background-color {
|
|
|
+ background-color: #DDDDDD;
|
|
|
color: #1e1e1e;
|
|
|
}
|
|
|
|
|
|
-.has-background-background-color[class] {
|
|
|
- background-color: #FFFFFF !important;
|
|
|
+.has-background-background-color {
|
|
|
+ background-color: #FFFFFF;
|
|
|
color: #1e1e1e;
|
|
|
}
|
|
|
|