From 19c1c0a34e9e9167c6f6965bc0fd0d7daf9fb053 Mon Sep 17 00:00:00 2001 From: Tanya Strydom Date: Mon, 2 Dec 2024 17:46:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Person=20name=20typeface=20colour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mystyles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mystyles.scss b/mystyles.scss index 5a77183..ddaf16c 100644 --- a/mystyles.scss +++ b/mystyles.scss @@ -50,6 +50,12 @@ h3 { font-weight: 500; } +.listing-box-title { + color: $secondary; + font-family: Raleway; + font-weight: 600; +} + .navbar li.nav-item a.nav-link span { font-size: 1.2rem; font-family: Raleway;