diff --git a/components/introduction.vue b/components/introduction.vue index 4798c86..bfd4ce9 100644 --- a/components/introduction.vue +++ b/components/introduction.vue @@ -1,13 +1,31 @@ diff --git a/layouts/default.vue b/layouts/default.vue index f4839ba..1ab953c 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -4,7 +4,7 @@ useHead({ lang: "en", }, bodyAttrs: { - class: "dark:bg-slate-900", + class: "dark:bg-slate-900 ", }, });