diff --git a/tailwind.config.ts b/tailwind.config.ts index d3513ca..d938f10 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -42,6 +42,11 @@ const config: Config = { 'accent': 'var(--accent)', 'border': 'var(--border)', }, + backgroundImage: { + 'wood-light': "url('/static/textures/wood-light.png')", + 'wood-dark': "url('/static/textures/wood-dark.png')", + 'wood-mahogany': "url('/static/textures/wood-mahogany.png')", + }, typography: ({ theme }) => ({ invert: { css: {