Fix WebUI for Hass black theme
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user