12-05-2026 Frontend dev
This commit is contained in:
parent
405df0a122
commit
5b8bdf4182
779 changed files with 480564 additions and 6241 deletions
|
|
@ -61,6 +61,21 @@ module.exports = {
|
|||
border: "hsl(var(--border) / <alpha-value>)",
|
||||
input: "hsl(var(--input) / <alpha-value>)",
|
||||
ring: "hsl(var(--ring) / <alpha-value>)",
|
||||
|
||||
// Custom Zinc Colors - Neutrale Grautöne ohne Blaustich
|
||||
zinc: {
|
||||
50: "var(--zinc-50)",
|
||||
100: "var(--zinc-100)",
|
||||
200: "var(--zinc-200)",
|
||||
300: "var(--zinc-300)",
|
||||
400: "var(--zinc-400)",
|
||||
500: "var(--zinc-500)",
|
||||
600: "var(--zinc-600)",
|
||||
700: "var(--zinc-700)",
|
||||
800: "var(--zinc-800)",
|
||||
900: "var(--zinc-900)",
|
||||
950: "var(--zinc-950)",
|
||||
},
|
||||
},
|
||||
borderRadius: {
|
||||
lg: "var(--radius)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue