diff --git a/public/images/games_logo_dark.svg b/public/images/games_logo_dark.svg new file mode 100644 index 0000000..0b71d4f --- /dev/null +++ b/public/images/games_logo_dark.svg @@ -0,0 +1,21 @@ + + diff --git a/src/components/fullscreen-button.astro b/src/components/fullscreen-button.astro index a3f6985..9f9cd62 100644 --- a/src/components/fullscreen-button.astro +++ b/src/components/fullscreen-button.astro @@ -10,7 +10,7 @@ const { targetId } = Astro.props; type="button" data-fullscreen-for={targetId} aria-live="polite" - class="rounded-lg border border-gray-300 bg-white px-4 py-1.5 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-100 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600" + class="rounded-lg border border-gray-300 bg-white px-4 py-1.5 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-100 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600 dark:border-neutral-700 dark:bg-neutral-900 dark:text-neutral-200 dark:hover:bg-neutral-800" > ⛶ Full screen diff --git a/src/components/gametile.astro b/src/components/gametile.astro index 8043e9f..ab57d2f 100644 --- a/src/components/gametile.astro +++ b/src/components/gametile.astro @@ -18,5 +18,5 @@ const altText = `${Game} unblocked - play online free`; decoding="async" class="aspect-[3/2] h-auto w-full max-w-[300px] rounded-xl transition-transform duration-300 hover:scale-105 hover:shadow-lg active:scale-95" /> -
{Game}
+{Game}
diff --git a/src/layout/layout.astro b/src/layout/layout.astro index 847728d..1379827 100644 --- a/src/layout/layout.astro +++ b/src/layout/layout.astro @@ -67,7 +67,7 @@ const moreGames = (() => {+
{gameDescription}
-+
✓ {isFlash ? "No Flash plugin required — works on school Chromebooks via Ruffle emulator" : "Works on school Chromebooks — no downloads needed"} @@ -268,8 +294,8 @@ const moreGames = (() => { {Game && !isHome && (