@tailwind base; @tailwind components; @tailwind utilities; @layer components { .post, .page { p { margin-top: 1.25em; margin-bottom: 1.25em; } a { @apply link link-green; } code { @apply bg-porcelain px-2; } ul, ol { @apply list list-green; } } }