Skip to content

Commit 0435d68

Browse files
thomasahleclaude
andcommitted
Tweak lesson heading styles and theme hr
- Remove border-bottom from h2 headings - Add themed hr rule (1px border-color, no default browser styling) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2e2d8f6 commit 0435d68

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/app.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@
174174
font-weight: 600;
175175
margin: 1.1rem 0 0.35rem;
176176
color: rgb(var(--foreground));
177-
border-bottom: 1px solid rgb(var(--border));
178-
padding-bottom: 0.25rem;
179177
}
180178

181179
.lesson-body h3 {
@@ -184,4 +182,10 @@
184182
margin: 0.9rem 0 0.25rem;
185183
color: rgb(var(--foreground));
186184
}
185+
186+
.lesson-body hr {
187+
border: none;
188+
border-top: 1px solid rgb(var(--border));
189+
margin: 1rem 0;
190+
}
187191
}

0 commit comments

Comments
 (0)