From ec4a179e65deea373fdf43ae76fb07fd06b69bef Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 3 Jun 2026 15:26:45 +0200 Subject: [PATCH] Adopt Tailwind v4 without changing the visual design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Incremental adoption via @tailwindcss/vite (Astro 5's recommended path): - Move the global saloon styles out of Layout's
diff --git a/src/pages/index.astro b/src/pages/index.astro index 35cc8a8..bf974c1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,14 +6,14 @@ const profile = await currentUser(Astro.cookies); --- -
+

★ ★ ★   THE TERRITORY OF   ★ ★ ★

daily.dev Roulette

Round up your forgotten bookmarks. Read 'em or bury 'em.

{!profile && ( -
+

Show your papers

Paste your daily.dev API token (Settings → API, needs a Plus subscription) to ride with your real bookmarks. It stays in a sealed saddlebag — a secure cookie, only for your session.

@@ -23,11 +23,11 @@ const profile = await currentUser(Astro.cookies); )} {profile && ( -

Well howdy, {profile.name || profile.username || "stranger"}.

+

Well howdy, {profile.name || profile.username || "stranger"}.

)}
-

Choose your duel

+

Choose your duel

NEW @@ -39,16 +39,16 @@ const profile = await currentUser(Astro.cookies);
{profile && ( -

There's in the chamber, partner.

+

There's in the chamber, partner.

)} - diff --git a/src/pages/roulette.astro b/src/pages/roulette.astro index 8103d35..f166a3e 100644 --- a/src/pages/roulette.astro +++ b/src/pages/roulette.astro @@ -65,13 +65,13 @@ const mockJson = JSON.stringify(MOCK_BOOKMARKS); -