mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 04:36:36 +00:00
Merge to master for 20200807.1 (#6566)
* Reorder to not break jinja templates (#6564) * Bumped version to 20200807.1
This commit is contained in:
parent
e605ad5e46
commit
3dc4b1d775
2
setup.py
2
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",
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user