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 0eebd74 commit 1f88dbdCopy full SHA for 1f88dbd
docs/mkdocs/stylesheets/extra.css
@@ -22,3 +22,15 @@ a:not(:has(svg)):not(.md-icon):not(.autorefs-external) {
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: rgba(0, 0, 0, 0.7) !important;
29
+ font-weight: 700;
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: rgba(255, 255, 255, 0.75) !important;
35
36
0 commit comments