Skip to content

Commit

Permalink
Ensure link in "You're not viewing the latest stable version" banner …
Browse files Browse the repository at this point in the history
…is readable in light and dark theme

Fixes #705
  • Loading branch information
hoechenberger committed Oct 18, 2023
1 parent 754c85f commit 4bd0e12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@ td p {
.md-button {
margin-top: 1rem !important;
}

/* Ensure the link in the "You're not viewing the latest stable version" is
readable in both dark and light theme. */
:root {
--md-typeset-a-color: var(--md-default-fg-color);
}

0 comments on commit 4bd0e12

Please sign in to comment.