🛠️ Remove unnecessary tracking-tight class from body element for improved layout consistency

This commit is contained in:
pheralb
2025-09-04 09:19:35 +01:00
parent 1aadeb5604
commit 8e27a8053d
+1 -1
View File
@@ -50,7 +50,7 @@
%sveltekit.head%
</head>
<body
class="overscroll-none bg-neutral-100 font-sans tracking-tight text-black antialiased selection:bg-neutral-300 dark:bg-neutral-950 dark:text-white dark:selection:bg-neutral-700"
class="overscroll-none bg-neutral-100 font-sans text-black antialiased selection:bg-neutral-300 dark:bg-neutral-950 dark:text-white dark:selection:bg-neutral-700"
data-sveltekit-preload-data="hover"
>
<div style="display: contents">%sveltekit.body%</div>