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) / )' } } },