summaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-05-21 03:19:10 -0700
committerGitHub <noreply@github.com>2021-05-21 10:19:10 +0000
commit23b990946473910eb8c781d555a4600efeb05b4b (patch)
tree85e059ebfc50e10c43f2088578642e7e2b81f956 /docs/_static
parentd6372cf53c77d205f796d40603f36228844b6de6 (diff)
api docs: Tweak and fix style. (#6582)
This fixes the style for narrow layouts. It further fixes and improves the style for the menu.
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/custom.css33
1 files changed, 23 insertions, 10 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index f657196ed..81ecdc936 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -1,13 +1,5 @@
.wy-nav-content {
- background: #f9fffa;
-}
-
-.wy-menu-vertical a {
- color: #f9fffa;
-}
-
-.wy-menu-vertical a:hover, a:focus {
- color: #0099e6;
+ background: #fcfffa;
}
code {
@@ -40,7 +32,7 @@ a:hover, a:focus {
}
.wy-side-nav-search > a {
- color: #f9fffa;
+ color: #fcfffa;
}
.wy-side-nav-search input[type="text"] {
@@ -50,3 +42,24 @@ a:hover, a:focus {
.wy-body-for-nav {
background: #343131;
}
+
+.wy-menu-vertical a {
+ color: #4dc3ff;
+}
+
+.wy-menu-vertical a:visited {
+ color: #4dc3ff;
+}
+
+.wy-menu-vertical a:hover, a:focus {
+ color: #ace600;
+}
+
+.wy-nav-top {
+ color: #fcfffa;
+ background-color: #0099e6;
+}
+
+.wy-nav-top a {
+ color: #fcfffa;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback