„assets/tailwind.config.js“ ändern

This commit is contained in:
inhji 2023-06-30 14:43:49 +02:00
parent 14965e7cc5
commit d2bd4e2173

View file

@ -24,7 +24,7 @@ module.exports = {
'--tw-prose-bold': 'rgb(var(--color-yellow1))', '--tw-prose-bold': 'rgb(var(--color-yellow1))',
'--tw-prose-quotes': 'rgb(var(--color-foreground))', '--tw-prose-quotes': 'rgb(var(--color-foreground))',
'--tw-prose-bullets': 'rgb(var(--color-primary))', '--tw-prose-bullets': 'rgb(var(--color-primary))',
'--tw-prose-code': 'rgb(var(--color-base))', '--tw-prose-code': 'rgb(var(--color-yellow1))',
'--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))',
@ -35,7 +35,7 @@ module.exports = {
'--tw-prose-invert-quotes': 'rgb(var(--color-foreground))', '--tw-prose-invert-quotes': 'rgb(var(--color-foreground))',
'--tw-prose-invert-bullets': 'rgb(var(--color-primary))', '--tw-prose-invert-bullets': 'rgb(var(--color-primary))',
'--tw-prose-invert-quote-borders': 'rgb(var(--color-primary))', '--tw-prose-invert-quote-borders': 'rgb(var(--color-primary))',
'--tw-prose-invert-code': 'rgb(var(--color-base))', '--tw-prose-invert-code': 'rgb(var(--color-yellow))',
'--tw-prose-invert-pre-bg': 'rgb(var(--color-background1))', '--tw-prose-invert-pre-bg': 'rgb(var(--color-background1))',
'--tw-prose-invert-counters': 'rgb(var(--color-foreground))', '--tw-prose-invert-counters': 'rgb(var(--color-foreground))',
} }