This commit is contained in:
Tizian.Breuch
2025-09-05 13:06:42 +02:00
parent 2da416ca1f
commit 79d8df8d4f
10 changed files with 482 additions and 243 deletions

16
src/custom-theme.scss Normal file
View File

@@ -0,0 +1,16 @@
// Custom Theming for Angular Material
// For more information: https://material.angular.dev/guide/theming
@use '@angular/material' as mat;
html {
@include mat.theme((
color: (
theme-type: light,
primary: mat.$azure-palette,
tertiary: mat.$blue-palette,
),
typography: Roboto,
density: 0,
));
}