summaryrefslogtreecommitdiff
path: root/docs/docs.css
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2018-08-27 20:52:15 -0400
committerJordan Wiens <jordan@psifertex.com>2018-08-27 20:52:15 -0400
commit17f002dc824507dc5d939a4533565076ce2183fc (patch)
tree46d039efa92f8269790c8d25d5788bba5b171d0e /docs/docs.css
parent1cd804e82579ae9ffa0b0474ff44c061238f3126 (diff)
fix styles for mobile layouts
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/docs.css b/docs/docs.css
index ab7fd619..6009a104 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -78,11 +78,16 @@ pre {
color: #fff;
}
-.wy-side-nav-search a:visited{
-color: #fff;
+.toctree-l1 a:visited, .toctree-l1 a:hover, .toctree-l1 a {
+color: #ccc;
}
-.toctree-l1 a:visited {
-color: #ccc;
+.wy-nav-top {
+ background-color: #d73726 !important;
+ color: #fff !important;
+}
+
+.wy-nav-top a:visited, .wy-nav-top a:hover, .wy-nav-top a, .wy-side-nav-search a:visited, .wy-side-nav-search a:hover, .wy-side-nav-search a {
+color: #fff;
}