From 7f47eb103593640d9a37895044408c50092d411d Mon Sep 17 00:00:00 2001 From: Matthew Rowland Date: Sun, 8 Dec 2024 16:16:53 -0800 Subject: [PATCH] fix: Headings --- .../ClassBrowser/List/Class/Class.module.scss | 3 +++ .../CourseBrowser/List/Course/Course.module.scss | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/components/ClassBrowser/List/Class/Class.module.scss b/apps/frontend/src/components/ClassBrowser/List/Class/Class.module.scss index 9a6e4e380..60eea31bb 100644 --- a/apps/frontend/src/components/ClassBrowser/List/Class/Class.module.scss +++ b/apps/frontend/src/components/ClassBrowser/List/Class/Class.module.scss @@ -31,6 +31,9 @@ font-size: 14px; .heading { + color: var(--heading-color); + margin-bottom: 8px; + line-height: 1; font-weight: 660; font-feature-settings: "cv05" on, diff --git a/apps/frontend/src/components/CourseBrowser/List/Course/Course.module.scss b/apps/frontend/src/components/CourseBrowser/List/Course/Course.module.scss index 8114637d7..60eea31bb 100644 --- a/apps/frontend/src/components/CourseBrowser/List/Course/Course.module.scss +++ b/apps/frontend/src/components/CourseBrowser/List/Course/Course.module.scss @@ -31,7 +31,16 @@ font-size: 14px; .heading { - font-weight: 700; + color: var(--heading-color); + margin-bottom: 8px; + line-height: 1; + font-weight: 660; + font-feature-settings: + "cv05" on, + "cv13" on, + "ss07" on, + "cv12" on, + "cv06" on; } .description {