Skip to content

Commit 4272a86

Browse files
author
noah
committed
Fix the link color for the dark theme
1 parent e95ab4f commit 4272a86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939

4040
html[data-theme='dark'] {
4141
--ifm-font-base-color: #dee0f2;
42-
--ifm-navbar-link-hover-color: #8b9dff;
43-
--ifm-link-color: #8b9dff;
44-
--ifm-menu-color-active: #8b9dff;
42+
--ifm-navbar-link-hover-color: #b37feb;
43+
--ifm-link-color: #b37feb;
44+
--ifm-menu-color-active: #b37feb;
4545
--ifm-background-color: #0a141c;
4646
--ifm-heading-color: #dee0f2;
4747
--ifm-footer-background-color: #0a141c;

0 commit comments

Comments
 (0)