bugfix: the whole theming structure overhauled. light/dark mode icon added.

This commit is contained in:
2026-04-29 01:22:53 +03:30
parent bdd889ac09
commit a264523e12
20 changed files with 422 additions and 217 deletions

View File

@@ -35,7 +35,7 @@
"src/**/*.mts", // 👈 CHANGED: Looks in src folder
".next/types/**/*.ts",
".next/dev/types/**/*.ts"
, "tailwind.config.ts" ],
],
"exclude": [
"node_modules"
]