2020-07-03 23:51:10 +02:00

12 lines
153 B
Vue

<template>
<div class="h-screen font-sans text-gray-100">
<nuxt />
</div>
</template>
<style>
html {
@apply bg-gray-900;
}
</style>