From 49683326e6822591a2fa9bc3fe57eed05aa4a873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 7 Aug 2020 15:59:22 +0200 Subject: [PATCH] Reorder to not break jinja templates (#6564) --- src/html/index.html.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; + } }