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:
parent
dcfdd6fc9b
commit
bca5330e72
1 changed files with 2 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue