client: remove redundant code

This commit is contained in:
Adorian Doran
2025-10-30 02:27:57 +02:00
parent 8b4fee1680
commit 8e3dbb2f65

View File

@@ -28,12 +28,6 @@
<%- include("./partials/windowGlobal.ejs", locals) %>
<style>
:root {
--preferred-max-content-width: <%= maxContentWidth %>px;
}
</style>
<!-- Required for match the PWA's top bar color with the theme -->
<!-- This works even when the user directly changes --root-background in CSS -->
<div id="background-color-tracker" style="position: absolute; visibility: hidden; color: var(--root-background); transition: color 1ms;"></div>