From e59512764df110b571ebb28b02aa273de60dc340 Mon Sep 17 00:00:00 2001 From: Ganesh Pawar Date: Sat, 23 Jul 2022 18:29:19 +0530 Subject: [PATCH] modal: Use font-weight 600 for modal title. --- static/styles/modal.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/modal.css b/static/styles/modal.css index ed1f821deb..2db3145164 100644 --- a/static/styles/modal.css +++ b/static/styles/modal.css @@ -48,6 +48,7 @@ .modal__title { margin: 0; font-size: 1.375rem; + font-weight: 600; line-height: 1.25; /* help_link_widget margin for the fa-circle-o. */