Fix WebUI for Hass black theme

This commit is contained in:
Alex X
2025-11-17 12:21:45 +03:00
parent 2dc0d58ba7
commit e246e2e756
+1
View File
@@ -1,6 +1,7 @@
document.head.innerHTML += `
<style>
body {
background-color: white; /* fix Hass black theme */
display: flex;
flex-direction: column;
font-family: Arial, sans-serif;