Skip to content

Commit 582c58c

Browse files
committed
correct color for non dark mode
1 parent b04742f commit 582c58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocsCategoryDropdown/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535

3636
.docsNavSelected {
37-
color: white;
37+
color: black;
3838
text-decoration: underline;
3939
text-underline-offset: 4px;
4040
}

0 commit comments

Comments
 (0)