From f5603acbdb8968126deb3818af2cef018ed79b75 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 7 Jul 2023 21:54:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20reduce=20bold=20font-we?= =?UTF-8?q?ight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/main.scss b/sass/main.scss index 4c83db0..50f069d 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -219,6 +219,10 @@ p { font-size: 1em; } +strong { + font-weight: 620; +} + .centered-text { text-align: center; }