File size: 188 Bytes
5cc9038
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<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>