From a1656c2ae625930c27ccfb2067f810b34a0f0ab8 Mon Sep 17 00:00:00 2001 From: Itai Caspi Date: Mon, 23 Oct 2017 11:46:18 +0300 Subject: [PATCH] fixed docs color for mobile --- docs/docs/extra.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs/extra.css b/docs/docs/extra.css index 83fa72c..df27985 100644 --- a/docs/docs/extra.css +++ b/docs/docs/extra.css @@ -1,3 +1,8 @@ .wy-side-nav-search { background-color: #79a7a5; -} \ No newline at end of file +} + +.wy-nav-top { + background: #79a7a5; +} +