From fa80a9e60120a68f18e98b4fabd80231ed376745 Mon Sep 17 00:00:00 2001 From: TristanKatte <134813224+TristanKatte@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:20:28 +0100 Subject: [PATCH] Update style.css --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 0975f444..858bc304 100644 --- a/css/style.css +++ b/css/style.css @@ -88,7 +88,7 @@ ul li::marker { .listItems::before { - content: "▶"; + content: ""; border-color: transparent #111; border-style: solid; border-width: .5em 0 .5em .5em;