Files
la-boite-aux-lettres/app/app.vue

21 lines
330 B
Vue

<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>
<style lang="css">
:root {
--primary-color: #fff;
--secondary-color: #000;
}
html, body, p, a, address {
font-family: 'Abbiocco Beta', system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', sans-serif;
}
a {
text-decoration: none;
}
</style>