diff --git a/public/zday-screenshot.jpg b/public/zday-screenshot.jpg new file mode 100644 index 0000000..633b7fd Binary files /dev/null and b/public/zday-screenshot.jpg differ diff --git a/src/components/Games.tsx b/src/components/Games.tsx index 8386c6b..3f51d8a 100644 --- a/src/components/Games.tsx +++ b/src/components/Games.tsx @@ -13,14 +13,13 @@ export default function Games() {
{/* Game banner */} -
-
-
- {Array.from({ length: 64 }).map((_, i) => ( -
- ))} -
-
+
+ Z-DAY gameplay +

Z-DAY

diff --git a/src/components/Header.tsx b/src/components/Header.tsx index e91d785..818e0ad 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -25,9 +25,8 @@ export default function Header({ theme, onToggleTheme }: Props) {
{/* Logo */} - - Kai - Soft + + KaiSoft {/* Desktop nav */} diff --git a/src/index.css b/src/index.css index 4e31e69..db91c2d 100644 --- a/src/index.css +++ b/src/index.css @@ -1,5 +1,7 @@ @import "tailwindcss"; +@variant dark (&:where(.dark, .dark *)); + @layer base { :root { --accent: #f97316;