wip: more work

This commit is contained in:
SauceyRed 2025-04-30 07:40:51 +02:00
parent 91cfb701b6
commit d401464353
Signed by: sauceyred
GPG key ID: 4BEDD9C389F924D0
9 changed files with 596 additions and 134 deletions

14
app.vue
View file

@ -1,15 +1,3 @@
<template>
<NuxtPage />
<NuxtLayout />
</template>
<style>
html,
body {
font-family: Arial, Helvetica, sans-serif;
box-sizing: border-box;
color: whitesmoke;
background-color: rgb(30, 30, 30);
height: 100%;
margin: 0;
}
</style>