Improvements & changes

This commit is contained in:
Ichitux
2026-03-12 01:14:45 +01:00
parent 8dc7353554
commit eab4e7df71
4 changed files with 29 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ export default {
background: "hsl(var(--background))",
foreground: "hsl(var(--foreground))",
primary: {
DEFAULT: "hsl(var(--primary))",
DEFAULT: "hsl(230.5, 57.6%, 74.1%);",
foreground: "hsl(var(--primary-foreground))",
},
secondary: {