@tailwind base; @tailwind components; @tailwind utilities; @layer components { body { @apply text-gray-900 dark:text-slate-100 } a[href][target="_blank"] { @apply text-pink-500 hover:text-pink-700 } code { @apply bg-slate-200 border-slate-300 border rounded p-1 cursor-pointer } p { @apply my-2 } .list-decimal li { @apply my-2 } }