From 3575396e5c0f5ed8385389256caa7a74039f7484 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 24 Feb 2026 13:00:48 -0500 Subject: [PATCH] feat(tailwind): add wood texture background utilities - Add bg-wood-light, bg-wood-dark, bg-wood-mahogany utilities - Reference texture files in web/static/textures/ - Extend theme.backgroundImage for seamless texture support --- tailwind.config.ts | 5 +++++ 1 file changed, 5 insertions(+) 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: {