We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48fb13 commit e295cf7Copy full SHA for e295cf7
docs/stylesheets/extra.css
@@ -107,3 +107,11 @@ Adjust admonitions and links to match (where otherwise clashed)
107
--md-primary-fg-color: #5d8095;
108
--md-accent-fg-color: #92991c;
109
}
110
+
111
+/* Dark mode link color set separately for menu links on mobile/narrow screens */
112
+[data-md-color-scheme="slate"] .md-typeset a {
113
+ color: #0097b2;
114
+}
115
+[data-md-color-scheme="slate"] .md-nav .md-nav__link--active {
116
117
0 commit comments