update for pc server

This commit is contained in:
2025-11-25 00:40:22 +01:00
parent 030cfcad9e
commit 0d1d388dca
6 changed files with 212 additions and 114 deletions

View File

@@ -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)
}
},
},