Scaffold project layout

This commit is contained in:
ameer
2026-05-02 02:54:34 +08:00
parent 320f1e4440
commit f5ac80a7a5
36 changed files with 183 additions and 0 deletions

17
static/style.css Normal file
View File

@@ -0,0 +1,17 @@
:root {
color-scheme: light dark;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body {
margin: 0;
min-height: 100vh;
background: #f6f7f9;
color: #18212f;
}
.shell {
max-width: 960px;
margin: 0 auto;
padding: 24px;
}