diff --git a/app/app.vue b/app/app.vue index 4b2fb36..8ddedd1 100644 --- a/app/app.vue +++ b/app/app.vue @@ -4,20 +4,7 @@ - - - - - @@ -34,7 +21,7 @@ const player = usePlayerStore() const { $isMobile } = useNuxtApp() useHead({ bodyAttrs: { - class: 'bg-slate-100 dark:bg-slate-900' + class: 'bg-slate-100' } }) diff --git a/app/components/logo.vue b/app/components/logo.vue index a14ae1a..5a3158c 100644 --- a/app/components/logo.vue +++ b/app/components/logo.vue @@ -1,7 +1,7 @@