From ea858ad28eaf7812a501c1f138acd0b295e09c4e Mon Sep 17 00:00:00 2001 From: Hare Date: Thu, 9 Jul 2026 02:57:55 +0900 Subject: [PATCH] Remove landing page eyebrow --- site/decodal-site/src/pages/index.astro | 1 - site/decodal-site/src/style.css | 9 --------- 2 files changed, 10 deletions(-) diff --git a/site/decodal-site/src/pages/index.astro b/site/decodal-site/src/pages/index.astro index 3895e98..f4c1524 100644 --- a/site/decodal-site/src/pages/index.astro +++ b/site/decodal-site/src/pages/index.astro @@ -14,7 +14,6 @@ Production = Server & { ---
-

Lazy configuration and schema language

Decodal keeps configuration, constraints, and defaults in one composable value.

Define structured data with constraints, compose it with patches, and materialize the result from Rust, diff --git a/site/decodal-site/src/style.css b/site/decodal-site/src/style.css index 5e365d3..6c6d6ec 100644 --- a/site/decodal-site/src/style.css +++ b/site/decodal-site/src/style.css @@ -467,15 +467,6 @@ button:disabled { padding: 5rem 0 4rem; } -.eyebrow { - color: var(--muted); - font-size: 0.9rem; - font-weight: 700; - letter-spacing: 0.08em; - margin: 0 0 1rem; - text-transform: uppercase; -} - .hero h1 { font-size: clamp(2.4rem, 6vw, 5rem); line-height: 0.95;