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 6071e98 commit b8a950fCopy full SHA for b8a950f
docs/mkdocs/stylesheets/extra.css
@@ -22,3 +22,15 @@ a:not(:has(svg)):not(.md-icon) {
22
display: inline-block;
23
}
24
25
+
26
+/* Light mode: darker section titles */
27
+body[data-md-color-scheme="default"] .md-nav__item--section > label.md-nav__link .md-ellipsis {
28
+ color: black !important;
29
+ font-weight: bold;
30
+}
31
32
+/* Dark mode: lighter gray section titles */
33
+body[data-md-color-scheme="slate"] .md-nav__item--section > label.md-nav__link .md-ellipsis {
34
+ color: white !important;
35
36
0 commit comments