Skip to content

Commit

Permalink
Fix low contrast in 'Hide search matches' box in dark mode (#171)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
melissawm authored Jul 19, 2024
1 parent 3e399c7 commit 2aa9fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions napari_sphinx_theme/static/css/napari-sphinx-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ html[data-theme="dark"] {
--pst-color-border: var(--napari-gray);
--pst-color-target: var(--napari-gray);
--pst-color-secondary-bg: #e0c7ff;
--pst-color-primary-text: white;
}

body {
Expand Down

0 comments on commit 2aa9fa3

Please sign in to comment.