From ab6707f3ecb702431b7d844fa4bd3f26368256c7 Mon Sep 17 00:00:00 2001 From: Paul Nathaniel Sango Date: Thu, 25 Jun 2026 12:15:59 +0800 Subject: [PATCH] chore(theme): update primary brand color and course card title styles Co-Authored-By: Claude Sonnet 4.6 --- .../indigo/lms/static/sass/courseware/_discover.scss | 7 ++++--- .../lms/static/sass/partials/lms/theme/_variables.scss | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tutorindigo/templates/indigo/lms/static/sass/courseware/_discover.scss b/tutorindigo/templates/indigo/lms/static/sass/courseware/_discover.scss index b3a8470ae..3b07690a0 100644 --- a/tutorindigo/templates/indigo/lms/static/sass/courseware/_discover.scss +++ b/tutorindigo/templates/indigo/lms/static/sass/courseware/_discover.scss @@ -103,12 +103,13 @@ height: 72px; } .course-title { - color: #292C2E; - font-size: 16px; + color: $primary; + font-size: 18px; line-height: 22px; height: auto; padding: 0; - margin: 0 0 5px; + margin: 0 0 10px; + font-weight: 600; white-space: unset; overflow: hidden !important; text-overflow: ellipsis; diff --git a/tutorindigo/templates/indigo/lms/static/sass/partials/lms/theme/_variables.scss b/tutorindigo/templates/indigo/lms/static/sass/partials/lms/theme/_variables.scss index 2ee82d71e..f98e77978 100644 --- a/tutorindigo/templates/indigo/lms/static/sass/partials/lms/theme/_variables.scss +++ b/tutorindigo/templates/indigo/lms/static/sass/partials/lms/theme/_variables.scss @@ -5,7 +5,7 @@ // ============================================================ // ── Core brand ────────────────────────────────────────────── -$primary: #15376D; // Primary dark navy (buttons, links, accents) +$primary: #003366; // Primary dark navy (buttons, links, accents) $primary-light: #F0F4FA; // Soft blue-gray background tint // ── Navigation selected state (green) ───────────────────────