From 3644e46b5095098b91e3b1a67bbf5852d03262b4 Mon Sep 17 00:00:00 2001 From: Neil Gee Date: Mon, 11 Dec 2023 10:14:40 +1100 Subject: [PATCH] list css --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3699b89..4a824ea 100644 --- a/style.css +++ b/style.css @@ -1080,7 +1080,8 @@ body.has-blocks .fl-post-content ol { /* Green Dots ---------------------------------------------------------------------------------------------------- */ -.green-dots { +.green-dots, +.green-dots ul { list-style-type: none; /* Remove default bullets */ }