fix(stage-tamagotchi): styles & backgrounds

This commit is contained in:
Neko Ayaka
2025-03-20 20:01:50 +08:00
parent 3b1a09da8a
commit 3df573a49b
2 changed files with 9 additions and 1 deletions
@@ -3,7 +3,7 @@ import { RouterView } from 'vue-router'
</script>
<template>
<div p-4 flex="~ col gap-4">
<div px-4 py-8 flex="~ col gap-4">
<RouterView />
</div>
</template>
@@ -14,6 +14,14 @@ html {
transition: all 0.3s ease-in-out;
}
html.dark {
color-scheme: dark;
}
.dark #app {
background: #121212;
}
#nprogress {
pointer-events: none;
}