fix: active state

This commit is contained in:
Cory Dransfeldt 2024-05-03 18:27:49 -07:00
parent 08bd30de66
commit 18607a1635

View file

@ -124,7 +124,8 @@ theme-toggle {
border-top: 1px solid var(--gray-light);
}
& a {
& a,
& .active > span {
font-size: var(--font-size-lg);
}
}