Skip to content

Commit ec9aa23

Browse files
authored
Update app.vue
1 parent 638868e commit ec9aa23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/app.vue

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<script setup>
22
useHead({
3+
htmlAttrs: {
4+
class: `dark`,
5+
}.
36
bodyAttrs: {
47
class: `size-full min-h-100dvh max-w-screen bg-dark-950 text-light`
58
}

0 commit comments

Comments
 (0)