summaryrefslogtreecommitdiff
path: root/doc/source/_static/numpy.css
diff options
context:
space:
mode:
authorNoritada Kobayashi <noritada.kobayashi@gmail.com>2022-10-10 13:11:35 +0900
committerNoritada Kobayashi <noritada.kobayashi@gmail.com>2022-10-17 16:57:13 +0900
commit955d61a48a2a372f05bb27c7e65f93f932d15612 (patch)
tree1b7d505332716664ac8b8275086473b822e05e18 /doc/source/_static/numpy.css
parenta45f696a28353bb22a6b8179de82f6ffd781a88c (diff)
downloadnumpy-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.css2
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` */