updated styling

This commit is contained in:
2025-04-25 19:07:11 +02:00
parent c043c87029
commit b377f0bd3c
2 changed files with 141 additions and 103 deletions

View File

@@ -15,12 +15,12 @@
theme: {
extend: {
colors: {
background: '#09090b',
surface: '#18181b',
border: '#27272a',
primary: '#3b82f6',
text: '#f4f4f5',
muted: '#a1a1aa',
background: '#121418', // dark slate with blue/gray tone
surface: '#1e2127', // a bit lighter for containers/cards
border: '#2a2d34', // visible but subtle borders
primary: '#4f8cff', // soft blue that pops but is not neon
text: '#e4e4e7', // light gray for high contrast
muted: '#a0a0ad', // for subdued text
},
},
}