[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
parent
a486b9025e
commit
bc4b1593cc
2 changed files with 5 additions and 5 deletions
4
docs/_static/scrolltop.css
vendored
4
docs/_static/scrolltop.css
vendored
|
|
@ -1,7 +1,7 @@
|
|||
#scrollToTop {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
top: 20px;
|
||||
right: 20px;
|
||||
background-color: #5EABD6;
|
||||
color: white;
|
||||
border: none;
|
||||
|
|
|
|||
|
|
@ -62,9 +62,9 @@ html_favicon = "_static/flask-icon.svg"
|
|||
html_logo = "_static/flask-logo.svg"
|
||||
html_title = f"Flask Documentation ({version})"
|
||||
html_show_sourcelink = False
|
||||
html_static_path = ['_static']
|
||||
html_js_files = ['scrolltop.js']
|
||||
html_css_files = ['scrolltop.css']
|
||||
html_static_path = ["_static"]
|
||||
html_js_files = ["scrolltop.js"]
|
||||
html_css_files = ["scrolltop.css"]
|
||||
|
||||
|
||||
gettext_uuid = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue