fix: dark mode flicker

This commit is contained in:
not-nullptr 2024-11-15 10:03:36 +00:00
parent 0d82f3650c
commit 0d6e0d6081
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<!doctype html>
<html lang="en">
<html lang="en" class="%theme%">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" class="%theme%">
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>