docs: changed button color in scrolltop.css and spacing in conf.py

This commit is contained in:
DaleStack 2025-08-01 03:14:43 +08:00
parent bc4b1593cc
commit 4785d8edc7
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@
position: fixed;
top: 20px;
right: 20px;
background-color: #5EABD6;
background-color: #51a0ce;
color: white;
border: none;
padding: 10px 15px;

View file

@ -66,7 +66,6 @@ html_static_path = ["_static"]
html_js_files = ["scrolltop.js"]
html_css_files = ["scrolltop.css"]
gettext_uuid = True
gettext_compact = False