Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ Adjust admonitions and links to match (where otherwise clashed)
--md-accent-fg-color: #9bcb5e;
}

/* GitHub panel color (mobile and small screen, issue 87) */
.md-nav__source {
background-color: var(--md-primary-fg-color);
}

.md-source {
background-color: var(--md-primary-fg-color);
}

/* Set admonition (Note) colors to match Dark Teal used for URLs */
/* border color */
.md-typeset .admonition.note, .md-typeset details.note {
Expand Down Expand Up @@ -98,3 +107,8 @@ Adjust admonitions and links to match (where otherwise clashed)
--md-primary-fg-color: #5d8095;
--md-accent-fg-color: #92991c;
}

/* Dark mode active link color set separately for menu links on mobile/narrow screens */
[data-md-color-scheme="slate"] .md-nav .md-nav__link--active {
color: #0097b2;
}