radames's picture
first
5cc9038
raw
history blame contribute delete
188 Bytes
<div class="px-3 py-3">
<h1 class="text-3xl font-bold underline dark:text-white">Hello Svelte!</h1>
</div>
<style lang="postcss">
:global(html) {
@apply dark:bg-gray-900;
}
</style>