From 92acd88be7168beffeb7d5734d46edbf20172d06 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:38:59 +0200 Subject: [PATCH] Adjust menu font weight --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index e2c109b..31ee0ed 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -68,7 +68,7 @@ a:hover, a:active { } #menu-blog { - font-weight: 600; + font-weight: 500; font-size: larger; line-height: 96px; vertical-align: middle;