From 899ab9679f6c7a4b9e32b49ada823168b2c9738d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 20 Mar 2023 20:21:32 +0900 Subject: feat(style): make font-weight of nav items except for site logo normal --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 191c57e..050cd6b 100644 --- a/static/style.css +++ b/static/style.css @@ -41,7 +41,6 @@ footer { nav { font-size: 1.5rem; - font-weight: bold; padding: 0; margin: 0; width: 100%; @@ -60,6 +59,7 @@ nav ul li { } nav ul li:first-child { + font-weight: bold; margin-right: auto; } -- cgit v1.2.3-70-g09d2