From 2b1d48c00ec366cc07ec76842677516d8cb779a0 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 4 Jun 2024 23:49:28 -0500 Subject: update list-style-type --- static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index f08bf59..5fab981 100644 --- a/static/styles.css +++ b/static/styles.css @@ -398,6 +398,10 @@ footer p { margin: 0; } +ul { + list-style-type: "- "; +} + .site-nav { border-bottom: 1px dotted; } -- cgit v1.2.3