Theme refactor

This commit is contained in:
2026-01-13 17:58:04 -06:00
parent 9c2d516f9d
commit 30d32d8823
6 changed files with 381 additions and 206 deletions

View File

@@ -3,7 +3,9 @@ module.exports = {
darkMode: ["class"],
content: [
"./src/**/*.{js,jsx,ts,tsx}",
"./public/index.html"
"./public/index.html",
"./src/index.css"
],
theme: {
extend: {