mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 17:13:02 -04:00
✨ Add support for content on taxonomy pages
This commit is contained in:
+1
-17
@@ -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")],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user