Skip to content

Commit 2aa9fa3

Browse files
authored
Fix low contrast in 'Hide search matches' box in dark mode (#171)
I think this will fix the issue, but the search does not work locally so I will do a mock deployment to my fork and link here when that's done. EDIT: Looks like it works, can you check @dstansby? https://melissawm.github.io/napari.github.io/dev/developers/contributing/testing.html
1 parent 3e399c7 commit 2aa9fa3

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
@@ -50,6 +50,7 @@ html[data-theme="dark"] {
5050
--pst-color-border: var(--napari-gray);
5151
--pst-color-target: var(--napari-gray);
5252
--pst-color-secondary-bg: #e0c7ff;
53+
--pst-color-primary-text: white;
5354
}
5455

5556
body {

0 commit comments

Comments
 (0)