From 31756c0c6c8cf090b2541eab876f2e22848db6fb Mon Sep 17 00:00:00 2001 From: inhji Date: Thu, 21 Sep 2023 13:06:30 +0200 Subject: [PATCH] assets/tailwind.config.js aktualisiert --- assets/tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index 1b2af81..cc594fd 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -26,7 +26,7 @@ module.exports = { inhji: { css: { '--tw-prose-lead': theme('colors.neutral[700]'), - '--tw-prose-links': theme('colors.pink[900]'), + '--tw-prose-links': theme('colors.neutral[900]'), '--tw-prose-counters': theme('colors.neutral[600]'), '--tw-prose-bullets': theme('colors.neutral[400]'), '--tw-prose-hr': theme('colors.neutral[300]'), @@ -39,7 +39,7 @@ module.exports = { '--tw-prose-th-borders': theme('colors.neutral[300]'), '--tw-prose-td-borders': theme('colors.neutral[200]'), '--tw-prose-invert-lead': theme('colors.neutral[300]'), - '--tw-prose-invert-links': theme('colors.pink[200]'), + '--tw-prose-invert-links': theme('colors.white'), '--tw-prose-invert-counters': theme('colors.neutral[400]'), '--tw-prose-invert-bullets': theme('colors.neutral[600]'), '--tw-prose-invert-hr': theme('colors.neutral[700]'), -- 2.39.5