This commit is contained in:
suricatingss
2025-11-21 14:11:06 +00:00
parent a6313b39c9
commit 70d8315b58
3 changed files with 120 additions and 2 deletions

View File

@@ -1,10 +1,15 @@
<script setup lang="ts">
import { useDark } from "@vueuse/core";
useHead({
bodyAttrs: {
class: "bg-neutral-300 dark:bg-neutral-900"
}
})
const d = useDark();
</script>
<template>
</template>
<style scoped>