Skip to content

Commit e246e2e

Browse files
committed
Fix WebUI for Hass black theme
1 parent 2dc0d58 commit e246e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
document.head.innerHTML += `
22
<style>
33
body {
4+
background-color: white; /* fix Hass black theme */
45
display: flex;
56
flex-direction: column;
67
font-family: Arial, sans-serif;

0 commit comments

Comments
 (0)