chore: add nextjs template
This commit is contained in:
15
frontend-nextjs/app/globals.css
Normal file
15
frontend-nextjs/app/globals.css
Normal file
@@ -0,0 +1,15 @@
|
||||
:root {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: system-ui, -apple-system, Segoe UI, sans-serif;
|
||||
background: #f7f7f5;
|
||||
color: #1d1d1f;
|
||||
}
|
||||
|
||||
main {
|
||||
min-height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user