mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 17:25:09 +02:00
fix Certain Text inside UI is almost unreadable #88
This commit is contained in:
+2
-1
@@ -1565,7 +1565,8 @@ document.addEventListener('readystatechange', function (e) {
|
||||
window.onload = function() {
|
||||
document.getElementsByTagName("html")[0].style.backgroundColor = localStorage.getItem("bg_color");
|
||||
document.body.style.backgroundColor = localStorage.getItem("bg_color");
|
||||
document.body.style.display = "none";
|
||||
document.body.style.display = "none";
|
||||
document.body.classList.add("dark");
|
||||
setTimeout(function(){document.body.style.display = "block";},1000)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user