There was an error while loading. Please reload this page.
1 parent bd41ebf commit 8f70cc2Copy full SHA for 8f70cc2
1 file changed
docs/assets/extra.css
@@ -12,6 +12,17 @@
12
--md-primary-fg-color--dark: #0a1628;
13
}
14
15
+/* Material derives the body link color from the primary color, which is a
16
+ near-black navy here — links must not blend into the text (light mode)
17
+ or vanish on the dark background (slate). */
18
+[data-md-color-scheme="default"] {
19
+ --md-typeset-a-color: #1565c0;
20
+}
21
+
22
+[data-md-color-scheme="slate"] {
23
+ --md-typeset-a-color: #64b5f6;
24
25
26
/* Hero section on landing page */
27
.md-typeset .vdp-hero {
28
text-align: center;
0 commit comments