fix: remove bold font weight from h3 and h4 to maintain consistent header styling (#37289)
fixes #35447
This commit is contained in:
parent
d4cc080284
commit
a12d9a642a
1 changed files with 0 additions and 4 deletions
4
frappe/public/css/bootstrap.css
vendored
4
frappe/public/css/bootstrap.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue