Add header

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-06 01:21:42 +02:00
parent 94733181ba
commit a3f3795ba7
9 changed files with 323 additions and 0 deletions

11
assets/sass/main.scss Normal file
View File

@@ -0,0 +1,11 @@
@import "variables";
html {
font-size: 100%;
font-family:
system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
line-height: 1.5;
}
@import "header";