feat: initialize AutoTeacher Next.js project structure

This commit is contained in:
gameloader
2025-11-10 19:07:47 +08:00
commit 4cb9db1b7c
34 changed files with 8032 additions and 0 deletions

21
src/styles/globals.css Normal file
View File

@ -0,0 +1,21 @@
:root {
color-scheme: light;
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
background-color: #f9fafb;
color: #111827;
}
body {
margin: 0;
min-height: 100vh;
background-color: #f9fafb;
}
a {
color: inherit;
text-decoration: none;
}
button {
font-family: inherit;
}