diff --git a/packages/website/tailwind.config.js b/packages/website/tailwind.config.js index f23f6b71..363396a5 100644 --- a/packages/website/tailwind.config.js +++ b/packages/website/tailwind.config.js @@ -71,7 +71,10 @@ module.exports = { require("@tailwindcss/typography"), plugin(function ({ addBase, theme }) { addBase({ - body: { color: theme("textColor.palette.600") }, + body: { + color: theme("textColor.palette.600"), + backgroundColor: theme("backgroundColor.palette.600"), + }, }); }), ],