chore: add basic layout

This commit is contained in:
2025-12-01 18:58:37 +01:00
parent 0fb8ecf4c6
commit eab0fae501
10 changed files with 111 additions and 5 deletions

View File

@@ -2,4 +2,13 @@
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>
</template>
<style lang="css">
@import '@unocss/reset/eric-meyer.css';
:root {
--primary-color: #fff;
--secondary-color: #000;
}
</style>