From a9dfd06d0896025bcc8d159c3607b605c403cad0 Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 30 Jun 2023 14:49:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eassets/tailwind.config.js=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/tailwind.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index ec09d82..52f36f0 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -18,6 +18,8 @@ module.exports = { typography: { gruvbox: { 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-links': '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-quote-borders': 'rgb(var(--color-primary))', '--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-links': 'rgb(var(--color-foreground))', '--tw-prose-invert-headings': 'rgb(var(--color-foreground))',