Commit 645a1bd8 authored by tavit ohanian's avatar tavit ohanian

fix color for collapsed media breakpoint

parent 77bb9bd5
...@@ -5,10 +5,17 @@ ...@@ -5,10 +5,17 @@
the color scheme is subject to future redesign. the color scheme is subject to future redesign.
*/ */
a { a {
color: #3b6018 !important; color: #3b6018 !important;
} }
pre, .rst-content tt {
background: none;
border: solid 1px #e1e4e5;
color: #333;
}
.btn-neutral { .btn-neutral {
background-color: #9da396 !important; background-color: #9da396 !important;
color: #d8e1cf !important; color: #d8e1cf !important;
...@@ -21,6 +28,14 @@ a { ...@@ -21,6 +28,14 @@ a {
border-color: #555555 !important; border-color: #555555 !important;
} }
.wy-nav-top {
background-color: #2b4016 !important;
}
.wy-nav-top > a {
color: #cdd0cb !important;
}
.wy-nav-content-wrap { .wy-nav-content-wrap {
background-color: #111111 !important; background-color: #111111 !important;
} }
...@@ -39,9 +54,7 @@ a { ...@@ -39,9 +54,7 @@ a {
} }
.wy-nav-content { .wy-nav-content {
/* background: #222222 !important; */
background: #1b1c19 !important; background: #1b1c19 !important;
/* color: #777777 !important; */
color: #a7aca3 !important; color: #a7aca3 !important;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment