From d56b8027869e6736492535646e2fda7128cc8a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 2 Aug 2022 14:46:15 +0200 Subject: [PATCH] Make modal title thicker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/Modal.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Modal.module.css b/src/Modal.module.css index bf654d2..96bda6f 100644 --- a/src/Modal.module.css +++ b/src/Modal.module.css @@ -28,6 +28,7 @@ } .modalHeader h3 { + font-weight: 600; font-size: 24px; margin: 0; }