Initialize HemHub project foundation

This commit is contained in:
Urban Modig
2026-07-23 22:06:56 +02:00
commit 9957383e88
23 changed files with 2430 additions and 0 deletions

23
frontend/src/styles.css Normal file
View File

@ -0,0 +1,23 @@
:root {
font-family: system-ui, sans-serif;
color: #1f2937;
background: #f3f4f6;
}
body {
margin: 0;
}
main {
max-width: 40rem;
margin: 6rem auto;
padding: 2rem;
border-radius: 0.75rem;
background: white;
box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%);
}
h1 {
margin-top: 0;
}