frontend/app.vue
2025-04-29 00:47:06 +02:00

15 lines
229 B
Vue

<template>
<NuxtPage />
</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>