Initial commit

This commit is contained in:
2024-12-29 12:20:01 +01:00
commit 9ebe9b55bd
87 changed files with 21545 additions and 0 deletions

18
frontend/src/styles.scss Normal file
View File

@@ -0,0 +1,18 @@
@use '@angular/material' as mat;
html {
height: 100%;
color-scheme: light dark;
@include mat.theme((color: mat.$violet-palette,
typography: Roboto,
density: 0));
body {
height: 100%;
margin: 0;
padding: 5%;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
}