fix: Deduplicate .example h2 / .section h2 CSS (#310)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-23 08:40:16 +00:00
parent dcfdd6fc9b
commit bca5330e72

View file

@ -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);