diff --git a/src/components/MainNavigation.astro b/src/components/MainNavigation.astro
index e160092..4845150 100644
--- a/src/components/MainNavigation.astro
+++ b/src/components/MainNavigation.astro
@@ -11,7 +11,7 @@ import navigation from '../data/navigation.json';
navigation.map(({ title, url }) => (
diff --git a/src/components/PageHeader.astro b/src/components/PageHeader.astro
index 5e4eaa5..cd59f6a 100644
--- a/src/components/PageHeader.astro
+++ b/src/components/PageHeader.astro
@@ -15,19 +15,15 @@ const { class: className, navigation = true } = Astro.props;
-
+
-
+
{navigation && }
diff --git a/src/styles/global.css b/src/styles/global.css
index 5fb3e3a..fb0ae6e 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -167,7 +167,7 @@
/** Images */
img.image-border {
- @apply block h-auto w-full rounded-1 border border-solid border-black/5 bg-black/5 shadow-img dark:border-white/5 dark:bg-white/5 dark:opacity-[0.87];
+ @apply block h-auto w-full rounded-1 border border-solid border-black/5 bg-black/5 shadow-img dark:border-white/5 dark:bg-white/5;
}
img.image-no-border {