src/routes/layout.css 96 B raw
1
@import "tailwindcss";
2
3
html {
4
	@apply bg-[#121113] min-h-screen w-full font-mono text-white;
5
}