summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-05-25 14:05:40 -0700
committerGitHub <noreply@github.com>2021-05-25 14:05:40 -0700
commit8bdef44df0876840a9fb34e7bd820b0eee7c9700 (patch)
tree8fd67a6514cf3c425f901522e33239bc269f352c /docs
parent943d24021e89230e4362eac2cb8754b3b0c34d2c (diff)
api docs: Fix and tweak style for home and top links. (#6618)
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/custom.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index 81ecdc936..032efba56 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -32,7 +32,19 @@ a:hover, a:focus {
}
.wy-side-nav-search > a {
- color: #fcfffa;
+ color: #ace600;
+}
+
+.wy-side-nav-search > a:hover, > a:focus, > a:visited {
+ color: #ace600;
+}
+
+.wy-breadcrumbs a {
+ color: #739900;
+}
+
+.wy-breadcrumbs a:hover, a:focus {
+ color: #0099e6;
}
.wy-side-nav-search input[type="text"] {
@@ -56,10 +68,10 @@ a:hover, a:focus {
}
.wy-nav-top {
- color: #fcfffa;
+ color: #ace600;
background-color: #0099e6;
}
.wy-nav-top a {
- color: #fcfffa;
+ color: #ace600;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback