updated styling
This commit is contained in:
@@ -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
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user