diff --git a/docs/_static/custom.css b/docs/_static/custom.css index bbb919fb..f667ba55 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -14,8 +14,12 @@ .navbar-inverse, .navbar-collapse, .navbar-brand:hover, .navbar-default, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { background-color: #222222; + } - + .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { + color: #ffcc00; + } + a { color: #ffcc00; } @@ -23,5 +27,13 @@ color: #ffcc00; ; } - - \ No newline at end of file + a:hover code { + color: #ffcc00; + } + + dt:target, span.highlighted { +background-color: transparent; + + } + + \ No newline at end of file diff --git a/docs/_templates/navbar.html b/docs/_templates/navbar.html index cd9fd60e..38d68f3d 100644 --- a/docs/_templates/navbar.html +++ b/docs/_templates/navbar.html @@ -1,105 +1,62 @@