Skip to content

Commit

Permalink
Merge pull request #10 from melissawm/fix-color
Browse files Browse the repository at this point in the history
Fix color for announcement banner
  • Loading branch information
psobolewskiPhD authored Jan 28, 2024
2 parents 5878d22 + 62e8a0a commit 99bce71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ div.sphx-glr-download a:hover {
background-image: none;
background-color: #ffffff !important;
}

/* Workaround for announcement banner */
html[data-theme="dark"] {
--pst-color-secondary-bg: #e0c7ff;
}

0 comments on commit 99bce71

Please sign in to comment.