Skip to content

Commit 27944d8

Browse files
committed
fixes invisible links in Dark Mode
1 parent d1f7e80 commit 27944d8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

website/src/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@
7777
--ifm-hero-text-color: #ffffff;
7878
}
7979

80+
.admonition a,
81+
blockquote a {
82+
color: var(--ifm-color-primary-darkest);
83+
text-decoration: none;
84+
}
85+
.admonition a:hover,
86+
blockquote a:hover {
87+
color: var(--blockquote-text-color);
88+
}
89+
8090
blockquote {
8191
color: var(--blockquote-text-color);
8292
background-color: var(--ifm-blockquote-color);

0 commit comments

Comments
 (0)