fix: remove bold font weight from h3 and h4 to maintain consistent header styling (#37289)

fixes #35447
This commit is contained in:
Sayantan Ghosh 2026-02-20 10:03:55 +05:30 committed by GitHub
parent d4cc080284
commit a12d9a642a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5760,10 +5760,6 @@ body {
.list-group-item {
padding: 8px 15px;
}
h3,
h4 {
font-weight: bold;
}
ul.with-margin li,
ol.with-margin li {
margin: 7px auto;