menu consistant font weight
so that the width is also consistant
This commit is contained in:
parent
0bd381de01
commit
8c37662b32
|
@ -67,10 +67,12 @@ body:not(.dark) #sun {
|
||||||
|
|
||||||
#menu a {
|
#menu a {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu .active {
|
#menu .active {
|
||||||
font-weight: 500;
|
color: var(--primary);
|
||||||
border-bottom: 2px solid currentColor;
|
border-bottom: 2px solid currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue