diff --git a/website/src/components/HomePageDemo/index.tsx b/website/src/components/HomePageDemo/index.tsx
index bf7f3356..31142563 100644
--- a/website/src/components/HomePageDemo/index.tsx
+++ b/website/src/components/HomePageDemo/index.tsx
@@ -14,14 +14,14 @@ export default function HomePageDemo({ className }: Props) {
Assemble your player
Feel at home with your framework, skin, and media source
-
+
);
diff --git a/website/src/components/NavBar/MobileNav.tsx b/website/src/components/NavBar/MobileNav.tsx
index 18b5ab70..2bc04366 100644
--- a/website/src/components/NavBar/MobileNav.tsx
+++ b/website/src/components/NavBar/MobileNav.tsx
@@ -31,7 +31,7 @@ export default function MobileNav({ navLinks, currentPath, dark = false, childre
{/* Portal renders outside DOM hierarchy */}
{/* Popup container */}
-
+
{/* Header with close button */}
0 && 'border-l',
- isActive ? 'text-dark-100 dark:text-light-80 border-dark-100' : 'border-light-40 dark:border-dark-40',
+ isActive ? 'text-dark-100 dark:text-light-100 border-dark-100' : 'border-light-40 dark:border-dark-40',
]}
>
{item.sidebarLabel}
diff --git a/website/src/layouts/Base.astro b/website/src/layouts/Base.astro
index a9909445..10828ede 100644
--- a/website/src/layouts/Base.astro
+++ b/website/src/layouts/Base.astro
@@ -78,7 +78,7 @@ const fullTitle = Array.isArray(title)