From a12d9a642acb93302d423f52a71d7c0ecddddd8a Mon Sep 17 00:00:00 2001 From: Sayantan Ghosh Date: Fri, 20 Feb 2026 10:03:55 +0530 Subject: [PATCH] fix: remove bold font weight from h3 and h4 to maintain consistent header styling (#37289) fixes #35447 --- frappe/public/css/bootstrap.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frappe/public/css/bootstrap.css b/frappe/public/css/bootstrap.css index ab165529f8..e739a68ff7 100644 --- a/frappe/public/css/bootstrap.css +++ b/frappe/public/css/bootstrap.css @@ -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;