diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index f40ceb3..a414b9f 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -89,7 +89,7 @@ const packs = [
-

Your taste,
not the model’s

+

Clever code
is a liability

AI agents are rats in a maze. They reach for what they know, and what they know is slop. diff --git a/site/src/styles/global.css b/site/src/styles/global.css index bda7729..768d883 100644 --- a/site/src/styles/global.css +++ b/site/src/styles/global.css @@ -88,6 +88,11 @@ section { padding: 6.5rem 0; border-top: 1px solid var(--line-soft); } font-size: clamp(2.8rem, 5.4vw, 4.5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.025em; } +.hero h1 .squiggle { + text-decoration: underline wavy var(--flag); + text-decoration-thickness: 2px; + text-underline-offset: .12em; +} .hero .lede { margin-top: 1.6rem; max-width: 32rem; font-size: clamp(1.3rem, 1.9vw, 1.6rem); color: var(--ink);