feat: initialize AutoTeacher Next.js project structure
This commit is contained in:
21
src/styles/globals.css
Normal file
21
src/styles/globals.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user