We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638868e commit ec9aa23Copy full SHA for ec9aa23
app/app.vue
@@ -1,5 +1,8 @@
1
<script setup>
2
useHead({
3
+ htmlAttrs: {
4
+ class: `dark`,
5
+ }.
6
bodyAttrs: {
7
class: `size-full min-h-100dvh max-w-screen bg-dark-950 text-light`
8
}
0 commit comments