fix: active state

This commit is contained in:
Cory Dransfeldt 2023-12-12 20:48:56 -08:00
parent a2a36dcdf4
commit ec6590af7d

View file

@ -50,7 +50,7 @@ html {
.active,
.active svg {
color: theme(colors.blue.600);
color: theme(colors.blue.600) !important;
}
.header-anchor {