diff --git a/tailwind.config.js b/tailwind.config.js index 2dcbdfbf..3ee7c8a7 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -83,6 +83,9 @@ module.exports = { color: theme("colors.rp-dawn-text"), // align w/ main text color fontWeight: "800", }, + th: { + color: theme("colors.rp-dawn-text"), + }, }, }, // NOTE: This is for prose (Markdown) in DARK mode @@ -109,6 +112,9 @@ module.exports = { color: theme("colors.rp-moon-iris"), // align w/ main text color fontWeight: "800", }, + th: { + color: theme("colors.rp-moon-iris"), + }, }, }, }),