update for pc server
This commit is contained in:
@@ -7,9 +7,13 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#0f172a', // Slate 900
|
||||
secondary: '#334155', // Slate 700
|
||||
accent: '#3b82f6', // Blue 500
|
||||
primary: '#1e40af', // Deep Blue (Header)
|
||||
secondary: '#f3f4f6', // Light Gray (Background)
|
||||
accent: '#3b82f6', // Bright Blue (Buttons/Highlights)
|
||||
'accent-hover': '#2563eb',
|
||||
surface: '#ffffff', // White (Cards)
|
||||
text: '#1f2937', // Dark Gray (Text)
|
||||
'text-muted': '#6b7280', // Light Gray (Subtext)
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user