Skip to content

Commit 599eb12

Browse files
authored
Merge pull request #1373 from AnirudhPanda/master
fixes invisible links in Dark Mode
2 parents d1f7e80 + 27944d8 commit 599eb12

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)