From 645a1bd850a63da936b41e7a15d30b2c0ed91a3d Mon Sep 17 00:00:00 2001 From: tavit ohanian Date: Tue, 19 Oct 2021 17:24:20 -0400 Subject: [PATCH] fix color for collapsed media breakpoint --- docs/css/theme_extra.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/css/theme_extra.css b/docs/css/theme_extra.css index 98f4981..330e098 100644 --- a/docs/css/theme_extra.css +++ b/docs/css/theme_extra.css @@ -5,10 +5,17 @@ the color scheme is subject to future redesign. */ + a { color: #3b6018 !important; } +pre, .rst-content tt { + background: none; + border: solid 1px #e1e4e5; + color: #333; +} + .btn-neutral { background-color: #9da396 !important; color: #d8e1cf !important; @@ -21,6 +28,14 @@ a { border-color: #555555 !important; } +.wy-nav-top { + background-color: #2b4016 !important; +} + +.wy-nav-top > a { + color: #cdd0cb !important; +} + .wy-nav-content-wrap { background-color: #111111 !important; } @@ -39,9 +54,7 @@ a { } .wy-nav-content { - /* background: #222222 !important; */ background: #1b1c19 !important; - /* color: #777777 !important; */ color: #a7aca3 !important; } -- GitLab