From 140b52993ab26edd3a6da5c4fe2223c5a47306bc Mon Sep 17 00:00:00 2001 From: "Mark W. Kidd" Date: Sun, 8 Dec 2024 18:52:12 -0500 Subject: [PATCH] styles --- _sass/custom/custom.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 4d4b4e5..c45d24a 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -87,11 +87,12 @@ h1 { h2, h3, h4, h5, h6 { - color: $purple-300; + color: $purple-200; } .main-content ul > li::before { - font-weight: 700; + color: $purple-200; + font-weight: 900; } hr {