Skip to content

Commit e48fb13

Browse files
committed
fix #87: set gh panel color to match on mobile/small screens
1 parent 47b7e18 commit e48fb13

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ Adjust admonitions and links to match (where otherwise clashed)
4747
--md-accent-fg-color: #9bcb5e;
4848
}
4949

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+
background-color: var(--md-primary-fg-color);
57+
}
58+
5059
/* Set admonition (Note) colors to match Dark Teal used for URLs */
5160
/* border color */
5261
.md-typeset .admonition.note, .md-typeset details.note {

0 commit comments

Comments
 (0)