Switch from circle bullet points to square bullet points.

This commit is contained in:
inference 2023-03-10 03:57:51 +00:00
parent 7a09ddbf2b
commit c8332be272
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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;