···
1
1
<!doctype html>
2
2
-
<html lang="en" class="h-full">
2
2
+
<html lang="en" class="h-full dark">
3
3
<script>
4
4
!(function (t, e) {
5
5
var o, n, p, r;
···
7
7
$props();
8
8
</script>
9
9
10
10
-
<div class="relative w-full max-w-2xl rounded-xl p-6 backdrop-blur-sm">
10
10
+
<div class="relative w-full max-w-2xl p-6 backdrop-blur-sm">
11
11
<div class="flex items-center gap-4">
12
12
{#if showMovieDetails}
13
13
<a
···
21
21
}
22
22
},
23
23
24
24
-
plugins: [typography, forms, aspectRatio]
24
24
+
plugins: [typography, forms, aspectRatio],
25
25
+
darkMode: 'class'
25
26
} satisfies Config;