From 354d612ef48fefc2e9636660d6edbebb7c7c9365 Mon Sep 17 00:00:00 2001 From: Neil Gee Date: Thu, 14 Mar 2024 14:06:32 +0000 Subject: [PATCH] css tweak dots --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 4a824ea..b1dabd4 100644 --- a/style.css +++ b/style.css @@ -1080,13 +1080,13 @@ body.has-blocks .fl-post-content ol { /* Green Dots ---------------------------------------------------------------------------------------------------- */ -.green-dots, -.green-dots ul { +.green-dots .fl-module-content, +.green-dots .fl-module-content ul { list-style-type: none; /* Remove default bullets */ } -.green-dots li::before { +.green-dots .fl-module-content li::before { content: "● "; /* Add content: \2022 is the CSS Code/unicode for a bullet */ color: #72bc44;