fix: active state
This commit is contained in:
parent
a2a36dcdf4
commit
ec6590af7d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ html {
|
||||||
|
|
||||||
.active,
|
.active,
|
||||||
.active svg {
|
.active svg {
|
||||||
color: theme(colors.blue.600);
|
color: theme(colors.blue.600) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-anchor {
|
.header-anchor {
|
||||||
|
|
Reference in a new issue