This is an automated email from the ASF dual-hosted git repository. abti pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git
commit ed9d805c3dc8e5f4c0d9ecfa9ac8ca9d889fbf1c Author: Abhishek Tiwari <[email protected]> AuthorDate: Sat Dec 5 23:50:24 2020 -0800 Make mkdocs color consistent with website --- gobblin-docs/css/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gobblin-docs/css/extra.css b/gobblin-docs/css/extra.css index 0a46bed..306093c 100644 --- a/gobblin-docs/css/extra.css +++ b/gobblin-docs/css/extra.css @@ -34,3 +34,7 @@ a.toctree-l5 { a.toctree-l6 { display: none; } + +.wy-side-nav-search { + background-color: #333333; +} \ No newline at end of file
