diff options
Diffstat (limited to 'app.vue')
| -rw-r--r-- | app.vue | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +<template> + <NuxtLoadingIndicator color="#0A8754" /> + <NuxtLayout> + <NuxtPage /> + </NuxtLayout> +</template> + +<style> +* { + @apply scroll-smooth transition-all font-outfit +} + +body { + @apply bg-background +} +</style>
\ No newline at end of file |