Once again a weird place to commit, I have already done a lot of work, but I am just bad at using git, okay.
17 lines
238 B
Vue
17 lines
238 B
Vue
<template>
|
|
<NuxtLayout>
|
|
<NuxtPage />
|
|
</NuxtLayout>
|
|
</template>
|
|
|
|
<style>
|
|
html,
|
|
body {
|
|
background: #090508;
|
|
color-scheme: dark;
|
|
color: white;
|
|
font-family: sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
</style> |