Spaces:
Running
Running
Upload style.css
Browse files
style.css
CHANGED
@@ -262,21 +262,21 @@ body {
|
|
262 |
|
263 |
.table-header-bg-before {
|
264 |
background-color: hsl(120, 60%, 80%) !important;
|
265 |
-
color: #000;
|
266 |
}
|
267 |
|
268 |
.table-header-bg-dividend {
|
269 |
background-color: hsl(200, 60%, 70%) !important;
|
270 |
-
color: #000;
|
271 |
}
|
272 |
|
273 |
.table-header-bg-required {
|
274 |
background-color: hsl(45, 100%, 70%) !important;
|
275 |
-
color: #000;
|
276 |
}
|
277 |
|
278 |
.table-header-bg-after {
|
279 |
background-color: hsl(270, 30%, 80%) !important;
|
280 |
-
color: #000;
|
281 |
}
|
282 |
}
|
|
|
262 |
|
263 |
.table-header-bg-before {
|
264 |
background-color: hsl(120, 60%, 80%) !important;
|
265 |
+
color: #000 !important;
|
266 |
}
|
267 |
|
268 |
.table-header-bg-dividend {
|
269 |
background-color: hsl(200, 60%, 70%) !important;
|
270 |
+
color: #000 !important;
|
271 |
}
|
272 |
|
273 |
.table-header-bg-required {
|
274 |
background-color: hsl(45, 100%, 70%) !important;
|
275 |
+
color: #000 !important;
|
276 |
}
|
277 |
|
278 |
.table-header-bg-after {
|
279 |
background-color: hsl(270, 30%, 80%) !important;
|
280 |
+
color: #000 !important;
|
281 |
}
|
282 |
}
|