diff options
-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..bc84d02db 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:#000000; } /* green for `stable` */ |