From 4785d8edc7daf5111cdbd271bfc5b793e5a16dfd Mon Sep 17 00:00:00 2001 From: DaleStack <211448639+DaleStack@users.noreply.github.com> Date: Fri, 1 Aug 2025 03:14:43 +0800 Subject: [PATCH] docs: changed button color in scrolltop.css and spacing in conf.py --- docs/_static/scrolltop.css | 2 +- docs/conf.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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