Commit b82caf13 authored by Andray's avatar Andray

fix ui flashing on reloading and fast scrollong

parent a30b19dd
...@@ -41,6 +41,8 @@ def css_html(): ...@@ -41,6 +41,8 @@ def css_html():
if os.path.exists(user_css): if os.path.exists(user_css):
head += stylesheet(user_css) head += stylesheet(user_css)
head += '<style> html { background-color: #121212; }</style>'
return head return head
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment