From bca5330e72877bd521ceb7455276a227512eda8f Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 23 Mar 2026 08:40:16 +0000 Subject: [PATCH] fix: Deduplicate .example h2 / .section h2 CSS (#310) Co-Authored-By: Claude Opus 4.6 (1M context) --- site/index.html | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/site/index.html b/site/index.html index 69acd5e..d23ef1d 100644 --- a/site/index.html +++ b/site/index.html @@ -127,7 +127,8 @@ margin-bottom: 3rem; } - .section h2 { + .section h2, + .example h2 { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; @@ -356,17 +357,6 @@ background: var(--surface); } - .example h2 { - font-size: 0.75rem; - font-weight: 600; - letter-spacing: 0.2em; - text-transform: uppercase; - color: var(--accent-dim); - margin-bottom: 1.5rem; - padding-bottom: 0.5rem; - border-bottom: 1px solid var(--border); - } - .example img { width: 100%; border: 1px solid var(--border);