diff options
| author | Noritada Kobayashi <noritada.kobayashi@gmail.com> | 2022-10-08 18:38:03 +0900 |
|---|---|---|
| committer | Noritada Kobayashi <noritada.kobayashi@gmail.com> | 2022-10-08 18:38:03 +0900 |
| commit | a45f696a28353bb22a6b8179de82f6ffd781a88c (patch) | |
| tree | 51d52ed88d3b1bbf9991fe57d5637871e1fa9413 /doc/source/_static/numpy.css | |
| parent | 3cf2ca1611ecaf1d13c41075a7025b96e54e3ee3 (diff) | |
| download | numpy-a45f696a28353bb22a6b8179de82f6ffd781a88c.tar.gz | |
DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme (#22408)
Diffstat (limited to 'doc/source/_static/numpy.css')
| -rw-r--r-- | doc/source/_static/numpy.css | 2 |
1 files changed, 1 insertions, 1 deletions
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` */ |
