feat: introduce CourseCard component and establish a global design system with light/dark theme variables in main.css.

This commit is contained in:
supalerk-ar66 2026-02-09 17:30:26 +07:00
parent a8339ed0ab
commit 879ab39998
2 changed files with 7 additions and 7 deletions

View file

@ -10,8 +10,8 @@
--bg-body: #f8fafc;
--bg-surface: #ffffff;
--bg-elevated: #ffffff;
--text-main: #0f172a; /* text-slate-900: More natural than pure black */
--text-secondary: #475569; /* text-slate-600: Muted subtext */
--text-main: #000000; /* Pure Black for absolute clarity in light mode */
--text-secondary: #1f2937; /* text-slate-800: Strong contrast subtext */
--primary: #3b82f6; /* Primary Blue */
/* Semantic mappings */