Private
Public Access
1
0

feat: add font and app styles

This commit is contained in:
2026-01-24 18:20:48 +01:00
parent 35f92e37f0
commit 24754cfa7d
7 changed files with 45 additions and 0 deletions

12
src/lib/styles/app.css Normal file
View File

@@ -0,0 +1,12 @@
:root {
}
* {
box-sizing: border-box;
}
body {
font-family: 'AdwaitaMono', sans-serif;
margin: unset;
}