accomadesc 0.2.37 → 0.2.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -282,6 +282,10 @@
|
|
|
282
282
|
container-name: month-label;
|
|
283
283
|
padding-left: 0.3rem;
|
|
284
284
|
height: 100%;
|
|
285
|
+
|
|
286
|
+
span {
|
|
287
|
+
color: var(--occuplan-months-font-color);
|
|
288
|
+
}
|
|
285
289
|
}
|
|
286
290
|
|
|
287
291
|
@container month-label (min-height: 0) {
|
|
@@ -300,6 +304,10 @@
|
|
|
300
304
|
color: var(--occuplan-days-header-font-color);
|
|
301
305
|
container-type: size;
|
|
302
306
|
container-name: month-header;
|
|
307
|
+
|
|
308
|
+
span {
|
|
309
|
+
color: var(--occuplan-days-header-font-color);
|
|
310
|
+
}
|
|
303
311
|
}
|
|
304
312
|
|
|
305
313
|
@container month-header (min-width: 0) {
|