From a45f696a28353bb22a6b8179de82f6ffd781a88c Mon Sep 17 00:00:00 2001 From: Noritada Kobayashi Date: Sat, 8 Oct 2022 18:38:03 +0900 Subject: DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme (#22408) --- doc/source/_static/numpy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/_static/numpy.css') diff --git a/doc/source/_static/numpy.css b/doc/source/_static/numpy.css index 1254e1d9e..01ecbff46 100644 --- a/doc/source/_static/numpy.css +++ b/doc/source/_static/numpy.css @@ -9,7 +9,6 @@ body { font-family: 'Open Sans', sans-serif; - color:#4A4A4A; /* numpy.org body color */ } pre, code { @@ -48,6 +47,7 @@ Nat Methods 8, 441 (2011). https://doi.org/10.1038/nmeth.1618 #version_switcher_button[data-active-version-name*="dev"] { background-color: #E69F00; border-color: #E69F00; + color:#4A4A4A; /* numpy.org body color */ } /* green for `stable` */ -- cgit v1.2.1