diff options
| author | Noritada Kobayashi <noritada.kobayashi@gmail.com> | 2022-10-10 13:11:35 +0900 |
|---|---|---|
| committer | Noritada Kobayashi <noritada.kobayashi@gmail.com> | 2022-10-17 16:57:13 +0900 |
| commit | 955d61a48a2a372f05bb27c7e65f93f932d15612 (patch) | |
| tree | 1b7d505332716664ac8b8275086473b822e05e18 /doc/source/_static/numpy.css | |
| parent | a45f696a28353bb22a6b8179de82f6ffd781a88c (diff) | |
| download | numpy-955d61a48a2a372f05bb27c7e65f93f932d15612.tar.gz | |
DOC: Update a label color for the version selection button
Co-authored-by: Inessa Pawson <inessapawson@gmail.com>
Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
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 01ecbff46..bc84d02db 100644 --- a/doc/source/_static/numpy.css +++ b/doc/source/_static/numpy.css @@ -47,7 +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 */ + color:#000000; } /* green for `stable` */ |
