fix: set body background color

This commit is contained in:
Pihkaal
2024-10-18 00:58:32 +02:00
parent 947634a27e
commit f9a3f48858

View File

@@ -12,3 +12,9 @@ useSeoMeta({
<StarshineGlitter />
</div>
</template>
<style>
body {
color: #fa86c4;
}
</style>