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 @@
Open main menu
-
-
-
Menu
+
@@ -77,22 +76,9 @@
:to="item.href"
:key="item.id"
:class="[
- item.current ? 'bg-evening-sea-600 dark:bg-evening-sea-400/60 focus:ring-evening-sea-500/50' : 'bg-lunar-200 dark:bg-evening-sea-100/10 dark:hover:bg-evening-sea-100/20 hover:bg-lunar-300/80 focus:ring-lunar-800/50 dark:focus:ring-evening-sea-200/40',
- 'group my-2 relative flex items-center gap-x-6 rounded-lg p-4 focus:outline-none focus:ring-2 '
+ item.current ? 'bg-evening-sea-600 dark:bg-nosferatu-600 focus:ring-evening-sea-500/50 dark:focus:ring-dracula-100/40' : 'bg-lunar-200 dark:bg-nosferatu-800 dark:hover:bg-nosferatu-700 hover:bg-lunar-300/80 focus:ring-lunar-800/50 dark:focus:ring-dracula-200/40',
+ 'group my-2 relative flex items-center gap-x-6 rounded-lg p-3 focus:outline-none focus:ring-2 '
]">
-
-
-
-
+
@@ -12,7 +12,7 @@
-
+
diff --git a/components/TextSection.vue b/components/TextSection.vue
index fbd7aaa..7787343 100644
--- a/components/TextSection.vue
+++ b/components/TextSection.vue
@@ -1,5 +1,5 @@
-
+
{{ title }}
diff --git a/components/TitleAndSubtitle.vue b/components/TitleAndSubtitle.vue
index 2beedcd..5b67c09 100644
--- a/components/TitleAndSubtitle.vue
+++ b/components/TitleAndSubtitle.vue
@@ -1,10 +1,10 @@
{{ title }}
- {{ subtitle }}
+ {{ subtitle }}