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