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