From fb2e61bc97d7bee7637c064d1e727fc92bbdce91 Mon Sep 17 00:00:00 2001 From: Jannik Menzel Date: Mon, 19 May 2025 21:46:26 +0200 Subject: [PATCH] increased font-weight for hero card --- assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 0adbf5d..7c163a5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -249,7 +249,7 @@ li .dropdown-item-mobile { color: var(--color-text); text-decoration: none; font-size: 1.1rem; - font-weight: lighter; + font-weight: 500; } .dark .hero-card.left-1 svg {