menu consistant font weight

so that the width is also consistant
This commit is contained in:
Reorx 2022-04-11 00:54:50 +08:00
parent 0bd381de01
commit 8c37662b32
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}