Files
pas/Web/public/scss/override-component/_typography.scss
2025-10-19 16:34:01 +00:00

10 lines
150 B
SCSS
Executable File

@use "../variables" as *;
html {
.mdc-list-item__primary-text,
.mat-drawer-container,
.mat-drawer,
.text-body {
color: $text-color;
}
}