only invert prose for dark themes
This commit is contained in:
parent
46f70e6a5e
commit
6db2c0bf93
6 changed files with 42 additions and 17 deletions
|
|
@ -3,6 +3,7 @@
|
|||
const defaultTheme = require('tailwindcss/defaultTheme');
|
||||
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
content: [
|
||||
'./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}',
|
||||
'../packages/react/src/**/*.{html,js,jsx,md,mdx,ts,tsx}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue