diff --git a/docs/_static/scrolltop.css b/docs/_static/scrolltop.css index d977a80f..09eaf01b 100644 --- a/docs/_static/scrolltop.css +++ b/docs/_static/scrolltop.css @@ -2,7 +2,7 @@ position: fixed; top: 20px; right: 20px; - background-color: #5EABD6; + background-color: #51a0ce; color: white; border: none; padding: 10px 15px; diff --git a/docs/conf.py b/docs/conf.py index 26c53fd5..ce872c31 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,6 @@ html_static_path = ["_static"] html_js_files = ["scrolltop.js"] html_css_files = ["scrolltop.css"] - gettext_uuid = True gettext_compact = False