From ac790df32ca743aa9039bda006cd47a1b0e1da3d Mon Sep 17 00:00:00 2001 From: "Mark W. Kidd" Date: Sun, 8 Dec 2024 18:46:46 -0500 Subject: [PATCH] styles --- _sass/custom/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 64a32eb..9c02cf5 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -94,6 +94,10 @@ h2, h3, h4, h5, h6 list-style: unset; } +.main-content ul > li::before { + content: unset; // remove 'fake' bullet +} + hr { background-color: $adaptation-tan; clear: right; // clear floating images