fix: thay đổi màu theme tổi của timeline hành trình

This commit is contained in:
2026-06-24 10:40:59 +07:00
parent 13cd68707e
commit b998833371
2 changed files with 142 additions and 143 deletions
+11 -12
View File
@@ -17,8 +17,8 @@
--border: #e5e7eb; /* Light Border */
--border-light: #f3f4f6; /* Light Border Alt */
--text-primary: #28536b; /* Yale Blue (High contrast text) */
--text-secondary: #7ea8be; /* Steel Blue */
--text-primary: #0596e4; /* Yale Blue (High contrast text) */
--text-secondary: #74a8c4; /* Steel Blue */
--text-accent: #c2948a; /* Rosy Taupe */
--text-muted: #9ca3af; /* Muted Text */
--text-disabled: #d1d5db; /* Disabled Text */
@@ -49,18 +49,17 @@
/* ============ DARK THEME ============ */
:root.dark {
/* Dark Theme Variables - Vintage Grape & Bondi Blue */
--background: #4b658b; /* Vintage Grape */
--background-alt: #2d253f; /* Dark Alt */
--surface: #515d74; /* Dusty Grape */
--surface-muted: #626186; /* Surface Muted */
--surface-hover: #5f6b7e; /* Surface Hover */
--background: #1e293b; /* Dark slate-800 */
--background-alt: #0f172a; /* Dark slate-900 */
--surface: #1e293b; /* Dark slate-800 */
--surface-muted: #334155; /* Dark slate-700 */
--surface-hover: #334155; /* Dark slate-700 */
--border: #626186; /* Border */
--border-light: #525174; /* Border Light */
--border: #334155; /* Dark slate-700 */
--border-light: #1e293b; /* Dark slate-800 */
/* FIX LỖI 1: Thay đổi #173757 thành #f8fafc để chữ có màu trắng sữa chuẩn tương phản cao */
--text-primary: #f8fafc; /* Soft White chính thức */
--text-secondary: #cbd5e1; /* Sửa lại xám sáng để nhìn rõ hơn #6b6b6b cũ */
--text-primary: #f8fafc; /* Soft White */
--text-secondary: #cbd5e1; /* Light gray */
--text-accent: #bce784; /* Lime Cream */
--text-muted: #94a3b8; /* Muted Slate */
--text-disabled: #64748b; /* Disabled Text */