From 7858d922eabd35bb622a33b493785e588068fd42 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Fri, 1 May 2026 17:07:22 +0800 Subject: [PATCH] viralmvp Y2K mix: bubble-letter brand + multi-color sticker tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restores the MTV/Geocities-era visual identity in editorial form: - Bungee Shade for the "mvp" word in the brand wordmark — built-in 3D bevel + drop shadow gives a sticker/bubble-letter pop without needing extra layers - Hot magenta + electric cyan + lemon yellow + electric purple as multi-color palette (was just one magenta accent before) - Body background picks up four subtle radial corner gradients in the full palette (pink + cyan + lemon + purple) — barely there but adds Y2K warmth instead of flat off-white - post-hero-flag now renders as a Bungee sticker badge: solid magenta pill with cyan + lemon stacked drop shadows and a -1.5deg tilt - post-hero-tag and post-row-tag rotate through pastel sticker colors via :nth-child (magenta, cyan, lemon, purple) for that MTV programme guide energy - Hero + row hover shadows shift from grey to magenta-tinted - Drop cap chromatic Y2K stack: magenta letter + cyan offset + lemon second offset - hero-row alignment fixed (flex-end so nav baseline aligns with tagline) - post-row image gets the same position: absolute inset: 0 fix as hype404 so image always fills its grid cell cleanly Co-Authored-By: Claude Opus 4.7 (1M context) --- src/layouts/Layout.astro | 114 ++++++++++++++++++++++++++++----------- 1 file changed, 83 insertions(+), 31 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 17e69dd..2d42049 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -47,21 +47,30 @@ const year = new Date().getFullYear(); - +