diff --git a/setup.py b/setup.py index f4c217e8bd..834ffe3aab 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20200807.0", + version="20200807.1", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors", diff --git a/src/html/index.html.template b/src/html/index.html.template index 0225c9b3ab..fe4271c0fb 100644 --- a/src/html/index.html.template +++ b/src/html/index.html.template @@ -47,12 +47,12 @@ background-color: var(--primary-background-color); } @media (prefers-color-scheme: dark) { - #ha-init-skeleton::before { - background-color: #1c1c1c; - } html { background-color: #111111; } + #ha-init-skeleton::before { + background-color: #1c1c1c; + } }