This commit is contained in:
2025-11-07 17:43:37 +01:00
parent c3f837b90f
commit a645c87020
47 changed files with 238 additions and 2203 deletions

View File

@@ -13,6 +13,10 @@ export default {
fontFamily: {
inter: ['Inter', 'ui-sans-serif', 'system-ui'],
},
backgroundImage: {
brandGradient: 'linear-gradient(135deg, var(--c-boxes), var(--c-other))',
brandGlass: 'linear-gradient(180deg, color-mix(in hsl, var(--c-background-light), transparent 30%), color-mix(in hsl, black, transparent 70%))'
},
colors: {
brand: {
bg: 'var(--c-background)',