remove default nextjs page & styling

This commit is contained in:
2022-12-11 14:19:46 +01:00
parent 9faf1b0051
commit 5c272126b0
3 changed files with 0 additions and 227 deletions

View File

@@ -35,30 +35,3 @@ main {
margin: 0 auto;
padding: 1rem;
}
/* html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
box-sizing: border-box;
}
@media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
body {
color: white;
background: black;
}
} */