api docs: Tweak and fix style. (#6582)
authorAina Niemetz <aina.niemetz@gmail.com>
Fri, 21 May 2021 10:19:10 +0000 (03:19 -0700)
committerGitHub <noreply@github.com>
Fri, 21 May 2021 10:19:10 +0000 (10:19 +0000)
This fixes the style for narrow layouts. It further fixes and improves
the style for the menu.

docs/_static/custom.css

index f657196ed7116f65477a6f1aa379b2f32587ec45..81ecdc9369326630ed78af29a4ec12ed046f133b 100644 (file)
@@ -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;
+}