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 47b7e18 commit e48fb13Copy full SHA for e48fb13
docs/stylesheets/extra.css
@@ -47,6 +47,15 @@ Adjust admonitions and links to match (where otherwise clashed)
47
--md-accent-fg-color: #9bcb5e;
48
}
49
50
+/* GitHub panel color (mobile and small screen, issue 87) */
51
+.md-nav__source {
52
+ background-color: var(--md-primary-fg-color);
53
+}
54
+
55
+.md-source {
56
57
58
59
/* Set admonition (Note) colors to match Dark Teal used for URLs */
60
/* border color */
61
.md-typeset .admonition.note, .md-typeset details.note {
0 commit comments