summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-10-17 10:34:54 +0200
committerGitHub <noreply@github.com>2022-10-17 10:34:54 +0200
commitceeb995bf2efa4f0e421cbb48d935a06845b5cef (patch)
tree3ae59446c1306064436515a76e28894b9d699b5f
parent947d83b337d4ac4bffda2c3b5be8e3ccfb7a49f9 (diff)
parent955d61a48a2a372f05bb27c7e65f93f932d15612 (diff)
downloadnumpy-ceeb995bf2efa4f0e421cbb48d935a06845b5cef.tar.gz
Merge pull request #22409 from noritada/dark-mode-coloring-improvements
DOC: Adopt a harmonic color scheme with the dark mode of pydata-sphinx-theme
-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 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` */