From 2aa9fa3cc2d4ee7f0f72a46f6f10cecf76eeadd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Thu, 18 Jul 2024 21:43:25 -0300 Subject: [PATCH] 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 --- napari_sphinx_theme/static/css/napari-sphinx-theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/napari_sphinx_theme/static/css/napari-sphinx-theme.css b/napari_sphinx_theme/static/css/napari-sphinx-theme.css index 0728617..3add8ad 100644 --- a/napari_sphinx_theme/static/css/napari-sphinx-theme.css +++ b/napari_sphinx_theme/static/css/napari-sphinx-theme.css @@ -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 {