aboutsummaryrefslogtreecommitdiff
path: root/app.vue
diff options
context:
space:
mode:
Diffstat (limited to 'app.vue')
-rw-r--r--app.vue16
1 files changed, 16 insertions, 0 deletions
diff --git a/app.vue b/app.vue
new file mode 100644
index 0000000..66ade36
--- /dev/null
+++ b/app.vue
@@ -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