From c8332be2725a04477168b8a64f5fd590b2dd529f Mon Sep 17 00:00:00 2001 From: inference Date: Fri, 10 Mar 2023 03:57:51 +0000 Subject: [PATCH] Switch from circle bullet points to square bullet points. --- inf.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inf.css b/inf.css index b41dbd1..4aae0f0 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 5.0.0.14 */ +/* Version: 5.1.0.15 */ h1, .h1 { @@ -81,7 +81,7 @@ ul { } ul li::before { - content: "\2022"; + content: "\25AA"; margin-left: -1em; display: inline-block; width: 1em;