Files
la-boite-aux-lettres/app/app.vue
2026-01-18 00:48:26 +01:00

29 lines
403 B
Vue

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