Fix bad minification (#27926)

This commit is contained in:
Paulus Schoutsen
2025-11-12 23:29:58 -05:00
committed by GitHub
parent c457f92826
commit a6ee670682

View File

@@ -63,7 +63,8 @@
z-index: 100;
}
@media (prefers-color-scheme: dark) {
#ha-launch-screen {
/* body selector to avoid minification causing bad jinja2 */
body #ha-launch-screen {
background-color: var(--primary-background-color, #111111);
}
}