dev and docker compose fixes
This commit is contained in:
+1
-12
@@ -1,6 +1,6 @@
|
||||
<!doctype html>
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
<html lang="en">
|
||||
<html lang="en" data-theme="">
|
||||
<head>
|
||||
<title>FBLA 25</title>
|
||||
<meta charset="utf-8" />
|
||||
@@ -9,17 +9,6 @@
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<!-- <script>-->
|
||||
<!-- const saved_theme = localStorage.getItem('theme');-->
|
||||
<!-- if (saved_theme) {-->
|
||||
<!-- document.body.setAttribute('data-theme', saved_theme);-->
|
||||
<!-- } else {-->
|
||||
<!-- const prefers_dark = window.matchMedia('(prefers-color-scheme: dark)').matches;-->
|
||||
<!-- const theme = prefers_dark ? 'dark' : 'light';-->
|
||||
<!-- document.body.setAttribute('data-theme', theme);-->
|
||||
<!-- localStorage.setItem('theme', theme);-->
|
||||
<!-- }-->
|
||||
<!-- </script>-->
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user