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) ───────────────────────