diff --git a/hugo_stats.json b/hugo_stats.json index a94d109722..e1bc72a731 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -155,7 +155,6 @@ "bg-gradient-to-br", "bg-gradient-to-r", "bg-gradient-to-t", - "bg-gray-dark-200", "bg-gray-light-100", "bg-gray-light-200", "bg-gray-light-400", diff --git a/tailwind.config.js b/tailwind.config.js index 9a9a847271..b02e5903a2 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -39,7 +39,7 @@ module.exports = { "--tw-prose-invert-hr": theme("colors.divider.dark"), "--tw-prose-invert-captions": theme("colors.gray.dark.600"), "--tw-prose-invert-th-borders": theme("colors.gray.dark.200"), - "--tw-prose-invert-td-borders": theme("colors.gray.dark.200"), + "--tw-prose-invert-td-borders": theme("colors.gray.dark.300"), }, }, }),