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