diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 02dea07c8..f738ecb6a 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -45,6 +45,7 @@ pre { /* menu section headers */ .wy-menu .caption { color: #65afff !important; +} /* Link to Remix IDE shown next to code snippets */ p.remix-link-container { @@ -82,3 +83,4 @@ a.remix-link:hover { a.remix-link:hover .link-text { display: block; +} diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 28a09e8b9..59c7d7581 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -1,6 +1,7 @@ {% extends "!footer.html" %} {% block extrafooter %} -
- Credits and attribution. +

+ Credits and attribution. +

{% endblock %}