init
Some checks failed
Build and Release / build (push) Has been cancelled

This commit is contained in:
2026-02-21 01:48:48 +01:00
commit 64fe49e58e
47 changed files with 13695 additions and 0 deletions

22
frontend/src/index.css Normal file
View File

@@ -0,0 +1,22 @@
body {
margin: 0;
padding: 0;
background-color: #171a21;
color: white;
font-family: "Motiva Sans", "Roboto", sans-serif;
overflow: hidden;
}
#root {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
}
/* Remove default Vite styles that might interfere */
:root {
line-height: 1.5;
font-weight: 400;
color-scheme: dark;
}