Added new theme (again), updated some homepage stuff

This commit is contained in:
Alois 2026-03-25 21:22:53 +01:00
commit 9deffbb099
17 changed files with 349 additions and 423 deletions

View file

@ -1,12 +1,12 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "base-mira",
"style": "base-nova",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/index.css",
"baseColor": "mist",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},