diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 9bc02cb73..e07a2e4e8 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -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; +}