Adding Tailwind CSS nukes the default styling for MD blog posts. How do I edit the layout to get styles applied to, say, p tags.
Adding regular styles to p in the regular style tag seems to do nothing, despite the fact that it clearly works on .title just fine.
I tried adding a second style element with lang="postcss" to the head, and then applying styles to p={@apply my-4} but nothing changes. Does anyone have any ideas on this?