diff --git a/src/App.vue b/src/App.vue index 76f1cfaa..0182a699 100644 --- a/src/App.vue +++ b/src/App.vue @@ -121,7 +121,7 @@ b { } .dark { - @apply text-white; + @apply text-white bg-dark-800; } h1 { diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index ca072dda..acd5b806 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -1,9 +1,5 @@