fixed space theming and custom CSS

This commit is contained in:
vabene1111
2025-06-22 10:14:02 +02:00
parent 6baf640e6d
commit a861d8a89c
2 changed files with 7 additions and 2 deletions

View File

@@ -33,6 +33,9 @@
<meta name="apple-mobile-web-app-capable" content="yes"/>
{% if theme_values.custom_theme %}
<link id="id_custom_space_css" href="{{ theme_values.custom_theme }}" rel="stylesheet">
{% endif %}
</head>
<body>
@@ -53,7 +56,9 @@
{# } else {#}
{# console.warn('service worker not in navigator');#}
{# }#}
{#});#}
{#})
;
#}
</script>
</body>