Initial commit
This commit is contained in:
18
frontend/src/styles.scss
Normal file
18
frontend/src/styles.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user