diff --git a/docs/01_start.rst b/docs/01_start.rst index 8a26f0e..5fd66ce 100644 --- a/docs/01_start.rst +++ b/docs/01_start.rst @@ -17,7 +17,7 @@ Example The following example illustrate how to use the module -.. rli:: https://raw.githubusercontent.com/mraniki/dxsp/main/dxsp/example.py +.. rli:: https://raw.githubusercontent.com/mraniki/findmyorder/main/examples/example.py :language: python \ No newline at end of file diff --git a/docs/_static/custom.css b/docs/_static/custom.css index bbb919f..f667ba5 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 cd9fd60..38d68f3 100644 --- a/docs/_templates/navbar.html +++ b/docs/_templates/navbar.html @@ -1,105 +1,62 @@