refactor(css): remove wood theme CSS variables

- Remove .theme-wood-light, .theme-wood-dark, .theme-wood-mahogany
- Wood paneling will use separate background utilities
This commit is contained in:
2026-02-24 12:58:29 -05:00
parent 6407c2f299
commit 9eebf6675b
-27
View File
@@ -112,33 +112,6 @@
--border: #bcc0cc;
}
.theme-wood-light {
--bg-primary: rgba(222, 184, 135, 0.9);
--bg-secondary: rgba(210, 166, 121, 0.95);
--text-primary: #2c1810;
--text-secondary: #5a3a2a;
--accent: #8b5a2b;
--border: #6b4423;
}
.theme-wood-dark {
--bg-primary: rgba(139, 115, 85, 0.9);
--bg-secondary: rgba(107, 83, 68, 0.95);
--text-primary: #f5e6d3;
--text-secondary: #d4c4b0;
--accent: #deb887;
--border: #5a4636;
}
.theme-wood-mahogany {
--bg-primary: rgba(160, 82, 45, 0.9);
--bg-secondary: rgba(139, 69, 19, 0.95);
--text-primary: #ffe4c4;
--text-secondary: #daa520;
--accent: #f4a460;
--border: #8b4513;
}
body {
background-color: var(--bg-primary);
color: var(--text-primary);