diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 3f3e0f4..5893db1 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -1,3 +1,11 @@ .wy-side-nav-search, .wy-nav-top { - background: #024950; + background: #404040; } + +.wy-side-nav-search>div.version{ + color: #2DABE3; +} + +.fa-bars{ + color: #2DABE3; +} \ No newline at end of file