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 += ` document.head.innerHTML += `
<style> <style>
body { body {
background-color: white; /* fix Hass black theme */
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;