Skip to content

Commit 6abbf99

Browse files
authored
Fixes announcement banner color for dark themes (#145)
1 parent 0e510cf commit 6abbf99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

napari_sphinx_theme/static/css/napari-sphinx-theme.css

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ html[data-theme="dark"] {
4949
--pst-color-text-muted: var(--napari-dark-gray);
5050
--pst-color-border: var(--napari-gray);
5151
--pst-color-target: var(--napari-gray);
52+
--pst-color-secondary-bg: #e0c7ff;
5253
}
5354

5455
body {

0 commit comments

Comments
 (0)