diff --git a/Frontend-Learner/assets/css/main.css b/Frontend-Learner/assets/css/main.css index 100765f6..5a4bf8c7 100644 --- a/Frontend-Learner/assets/css/main.css +++ b/Frontend-Learner/assets/css/main.css @@ -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 */ diff --git a/Frontend-Learner/components/course/CourseCard.vue b/Frontend-Learner/components/course/CourseCard.vue index 08b6673a..0164bdf1 100644 --- a/Frontend-Learner/components/course/CourseCard.vue +++ b/Frontend-Learner/components/course/CourseCard.vue @@ -50,7 +50,7 @@ const displayDescription = computed(() => getLocalizedText(props.description))