diff --git a/bun.lockb b/bun.lockb index 6b2556e..70a8fe5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/AboutShell.vue b/components/AboutShell.vue index 09452b2..1231c29 100644 --- a/components/AboutShell.vue +++ b/components/AboutShell.vue @@ -5,7 +5,7 @@ >

diff --git a/components/AppFooter.vue b/components/AppFooter.vue index d2764fb..a535b41 100644 --- a/components/AppFooter.vue +++ b/components/AppFooter.vue @@ -7,17 +7,17 @@ >
© {{ new Date().getFullYear() }} Angus Goody
diff --git a/components/AppHeader.vue b/components/AppHeader.vue index b0d1441..4f0bb31 100644 --- a/components/AppHeader.vue +++ b/components/AppHeader.vue @@ -20,7 +20,7 @@ :key="item.id" :to="item.href" :class="[ - item.current ? 'text-evening-sea-600 dark:text-evening-sea-400' : 'text-zinc-600 dark:text-zinc-200 dark:hover:text-lunar-300 hover:text-lunar-600', + item.current ? 'text-evening-sea-600 dark:text-blade-300' : 'text-zinc-600 dark:text-zinc-200 dark:hover:text-dracula-200 hover:text-lunar-600', 'px-3 py-2 transition' ]" @@ -46,7 +46,6 @@ diff --git a/components/AppMobileMenu.vue b/components/AppMobileMenu.vue index f5bb79f..ae0ceb5 100644 --- a/components/AppMobileMenu.vue +++ b/components/AppMobileMenu.vue @@ -46,7 +46,7 @@ >
@@ -54,19 +54,18 @@ -