Add support for content on taxonomy pages

This commit is contained in:
James Panther
2022-01-20 14:08:52 +11:00
parent 3e2e43fc0b
commit 8319bddf04
15 changed files with 183 additions and 191 deletions
+1 -17
View File
@@ -107,18 +107,6 @@ module.exports = {
"a code": {
color: "var(--tw-prose-code)",
},
h1: {
position: "relative",
},
h2: {
position: "relative",
},
h3: {
position: "relative",
},
h4: {
position: "relative",
},
kbd: {
backgroundColor: theme("colors.neutral.200"),
padding: "0.1rem 0.4rem",
@@ -151,9 +139,5 @@ module.exports = {
}),
},
},
plugins: [
require("@tailwindcss/typography")({
className: "markdown",
}),
],
plugins: [require("@tailwindcss/typography")],
};