From 8c37662b321192b73744d35a3138b5365956b933 Mon Sep 17 00:00:00 2001 From: Reorx Date: Mon, 11 Apr 2022 00:54:50 +0800 Subject: [PATCH] menu consistant font weight so that the width is also consistant --- assets/css/common/header.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/common/header.css b/assets/css/common/header.css index 3cd070e..4c8de8f 100644 --- a/assets/css/common/header.css +++ b/assets/css/common/header.css @@ -67,10 +67,12 @@ body:not(.dark) #sun { #menu a { font-size: 16px; + font-weight: 500; + color: var(--secondary); } #menu .active { - font-weight: 500; + color: var(--primary); border-bottom: 2px solid currentColor; }