docs: changed button color in scrolltop.css and spacing in conf.py
This commit is contained in:
parent
bc4b1593cc
commit
4785d8edc7
2 changed files with 1 additions and 2 deletions
2
docs/_static/scrolltop.css
vendored
2
docs/_static/scrolltop.css
vendored
|
|
@ -2,7 +2,7 @@
|
|||
position: fixed;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
background-color: #5EABD6;
|
||||
background-color: #51a0ce;
|
||||
color: white;
|
||||
border: none;
|
||||
padding: 10px 15px;
|
||||
|
|
|
|||
|
|
@ -66,7 +66,6 @@ html_static_path = ["_static"]
|
|||
html_js_files = ["scrolltop.js"]
|
||||
html_css_files = ["scrolltop.css"]
|
||||
|
||||
|
||||
gettext_uuid = True
|
||||
gettext_compact = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue