From e825de431058d3190ede19688329ff41cfb6cebb Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 15 Mar 2023 16:18:03 +0100 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index 72135f9..8d6f6f2 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -18,7 +18,12 @@ module.exports = { code: colors.emerald, gray: colors.zinc, theme: { - primary: 'rgb(var(--color-primary) / )' + primary: 'rgb(var(--color-primary) / )', + secondary: 'rgb(var(--color-secondary) / )', + heading: 'rgb(var(--color-text-heading) / )', + base: 'rgb(var(--color-text-base) / )', + muted: 'rgb(var(--color-text-muted) / )', + background: 'rgb(var(--color-background) / )' } } },