diff --git a/src/App.vue b/src/App.vue index 12f8236..0a6186e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -152,7 +152,7 @@ onMounted(async () => { > info alert - Slot -
+
@@ -173,11 +173,11 @@ onMounted(async () => { header, footer, main { - @apply min-w-96; + @apply min-w-96 bg-white dark:bg-gray-900; } header, footer { - @apply bg-white dark:bg-gray-900 border-gray-200 dark:border-gray-600; + @apply border-gray-200 dark:border-gray-600 dark:text-white; } diff --git a/src/components/AppNav.vue b/src/components/AppNav.vue index ecd5711..a80a225 100644 --- a/src/components/AppNav.vue +++ b/src/components/AppNav.vue @@ -66,7 +66,7 @@ onMounted(() => {
  • Slots @@ -78,11 +78,7 @@ onMounted(() => {