diff --git a/docs/source/_static/nature.css b/docs/source/_static/nature.css index 3de1790789..4ff02c22aa 100644 --- a/docs/source/_static/nature.css +++ b/docs/source/_static/nature.css @@ -29,6 +29,7 @@ div.documentwrapper { div.bodywrapper { margin: 0 0 0 230px; + height: 88vh; } hr { @@ -45,6 +46,7 @@ div.body { padding: 0 30px 30px 30px; font-size: 0.9em; margin-top: -9px; + height: 85vh; } div.footer { @@ -195,17 +197,16 @@ div.body h6 { font-size: 100%; } - a.headerlink { - color: #c60f0f; + color: #cfdde8; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; } a.headerlink:hover { - background-color: #c60f0f; - color: white; + /*! background-color: #c60f0f; */ + color: #9bced7; } div.body p, div.body dd, div.body li {