aboutsummaryrefslogtreecommitdiff
path: root/app.vue
blob: f62a4c79a7368746fd9e29fb36cdd1b4fcccdd44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
    <NuxtLoadingIndicator color="#16A34A" />
    <NuxtLayout>
        <NuxtPage />
    </NuxtLayout>
</template>

<style>
* {
    @apply scroll-smooth transition-all font-outfit
}

body {
    @apply bg-background
}
</style>