Migrate to modernize template

This commit is contained in:
Marek Lesko
2025-10-19 16:34:01 +00:00
parent 9deee01ba3
commit aba8943d17
666 changed files with 25377 additions and 45152 deletions

View File

@@ -0,0 +1,23 @@
html.light-theme {
color-scheme: light;
--mat-sys-corner-small: 7px;
--mat-sys-background: #fff;
--mat-sys-surface-bright: #f2f6fa;
--mat-sys-surface: #fff;
--mat-sys-surface-container: #fff;
--mat-sys-surface-container-low: #fff;
--mat-sys-on-background: #2a3547;
--mat-sys-outline: #d7dde2;
--mat-sys-outline-variant: #d7dde2;
--mat-form-field-outlined-hover-outline-color: #d7dde2;
--mat-checkbox-unselected-hover-state-layer-color: #d7dde2;
--mat-menu-item-hover-state-layer-color: #f6f9fc;
--mat-button-toggle-state-layer-color: #f6f9fc;
--mat-option-focus-state-layer-color: #f6f9fc;
--mat-option-hover-state-layer-color: #f6f9fc;
--mat-slide-toggle-unselected-track-color: #f6f9fc;
--mat-stepper-header-focus-state-layer-color: #f6f9fc;
--mat-stepper-header-hover-state-layer-color: #f6f9fc;
--mat-dialog-supporting-text-color: var(--mat-sys-on-background);
--mat-expansion-header-hover-state-layer-color: #f6f9fc;
}