Spaces:
Runtime error
Runtime error
match background dark
Browse files- frontend/src/app.html +1 -1
frontend/src/app.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
|
8 |
%sveltekit.head%
|
9 |
</head>
|
10 |
-
<body class="dark:bg-
|
11 |
<div>%sveltekit.body%</div>
|
12 |
</body>
|
13 |
</html>
|
|
|
7 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
|
8 |
%sveltekit.head%
|
9 |
</head>
|
10 |
+
<body class="dark:bg-[rgb(11,15,25)] bg-white dark:text-white text-black">
|
11 |
<div>%sveltekit.body%</div>
|
12 |
</body>
|
13 |
</html>
|