„assets/tailwind.config.js“ ändern

This commit is contained in:
inhji 2023-06-30 14:49:18 +02:00
parent d2bd4e2173
commit a9dfd06d08

View file

@ -18,6 +18,8 @@ module.exports = {
typography: { typography: {
gruvbox: { gruvbox: {
css: { css: {
'--tw-prose-td-borders': 'rgb(var(--color-background1))',
'--tw-prose-th-borders': 'rgb(var(--color-background1))',
'--tw-prose-body': 'rgb(var(--color-foreground))', '--tw-prose-body': 'rgb(var(--color-foreground))',
'--tw-prose-links': 'rgb(var(--color-foreground))', '--tw-prose-links': 'rgb(var(--color-foreground))',
'--tw-prose-headings': 'rgb(var(--color-foreground))', '--tw-prose-headings': 'rgb(var(--color-foreground))',
@ -28,6 +30,8 @@ module.exports = {
'--tw-prose-pre-bg': 'rgb(var(--color-background1))', '--tw-prose-pre-bg': 'rgb(var(--color-background1))',
'--tw-prose-quote-borders': 'rgb(var(--color-primary))', '--tw-prose-quote-borders': 'rgb(var(--color-primary))',
'--tw-prose-counters': 'rgb(var(--color-foreground))', '--tw-prose-counters': 'rgb(var(--color-foreground))',
'--tw-prose-invert-td-borders': 'rgb(var(--color-background1))',
'--tw-prose-invert-th-borders': 'rgb(var(--color-background1))',
'--tw-prose-invert-body': 'rgb(var(--color-foreground))', '--tw-prose-invert-body': 'rgb(var(--color-foreground))',
'--tw-prose-invert-links': 'rgb(var(--color-foreground))', '--tw-prose-invert-links': 'rgb(var(--color-foreground))',
'--tw-prose-invert-headings': 'rgb(var(--color-foreground))', '--tw-prose-invert-headings': 'rgb(var(--color-foreground))',