Skip to content

Commit 5e56ccc

Browse files
committed
fix: navlinks show error color after change theme
1 parent 05496e9 commit 5e56ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/colorMode/colorMixin.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ color-mode(accountColor , colorName)
6464
color accountColor!important;
6565
a
6666
color accountColor;
67-
a.sidebar-link
67+
a.sidebar-link, a.nav-link, a.dropdown-title
6868
color $textColor
6969
a.sidebar-link:hover
7070
color accountColor!important;

0 commit comments

Comments
 (0)