accomadesc 0.1.22 → 0.1.24
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.
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
display: inline-grid;
|
|
288
288
|
align-content: center;
|
|
289
289
|
outline: var(--occuplan-grid-border);
|
|
290
|
-
background-color: var(--occuplan
|
|
290
|
+
background-color: var(--occuplan-days-header-bg-color);
|
|
291
291
|
color: var(--occuplan-days-header-font-color);
|
|
292
292
|
container-type: size;
|
|
293
293
|
container-name: month-header;
|
|
@@ -352,7 +352,7 @@ export class OccupationState {
|
|
|
352
352
|
const sf = occupationTypeFormattingByOccupation(oStarts);
|
|
353
353
|
if (isWeekend && highlightWeekend) {
|
|
354
354
|
return `
|
|
355
|
-
background: radial-gradient( var(--occuplan
|
|
355
|
+
background: radial-gradient( var(--occuplan-weekend-bg-color), var(--occuplan-main-bg-color), var(--occuplan-main-bg-color)), linear-gradient(90deg, var(--occuplan-main-bg-color), ${sf.bgColor});
|
|
356
356
|
`;
|
|
357
357
|
}
|
|
358
358
|
return `
|