diff --git a/layouts/default.vue b/layouts/default.vue
index 3512ee3..cea1e62 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -1,6 +1,6 @@
@@ -49,7 +49,9 @@ useHead({ title: "Eggworld" });
html {
background: white;
color: black;
- transition: color 0.2s ease, background 0.2s ease;
+ transition:
+ color 0.2s ease,
+ background 0.2s ease;
overflow-x: hidden;
overflow-y: scroll;
scroll-behavior: smooth;