fix: nav active states
This commit is contained in:
parent
42ffe67ea0
commit
26788bbd9a
3 changed files with 11 additions and 12 deletions
|
@ -50,7 +50,7 @@ html {
|
|||
|
||||
.active,
|
||||
.active svg {
|
||||
color: theme(colors.blue.600) !important;
|
||||
color: theme(colors.blue.600);
|
||||
}
|
||||
|
||||
.header-anchor {
|
||||
|
|
Reference in a new issue