Gal Podlipnik 459deb255d
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
fixes and api setup
2025-06-03 01:46:33 +02:00

17 lines
257 B
SCSS

@use '@angular/material' as mat;
:root {
color-scheme: light dark;
@include mat.theme(
(
color: (
primary: mat.$azure-palette,
tertiary: mat.$blue-palette,
theme-type: color-scheme,
),
typography: Roboto,
density: -3,
)
);
}