design: implement Bento-Grid and Corporate Dark Mode redesign
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 25s

This commit is contained in:
DanielS
2026-07-06 00:55:27 +02:00
parent cb908bf023
commit 80773cacee
5 changed files with 289 additions and 96 deletions

View File

@@ -6,11 +6,11 @@ export default {
extend: {
colors: {
brand: {
primary: '#0a0a0a',
cyan: '#00e5ff',
magenta: '#ff00ff',
darkBg: '#111111',
lightBg: '#f9fafb',
darkBg: '#09090b',
darkCard: '#18181b',
darkBorder: '#27272a',
arcticBlue: '#00d2ff',
lightText: '#f4f4f5',
}
}
},