From 16941f607406b39fd2de6396ac4cf4f24eee1404 Mon Sep 17 00:00:00 2001 From: Froge Date: Tue, 22 Jul 2025 09:25:54 +1000 Subject: [PATCH] Add bullet-point styling for markdown lists --- static/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/main.css b/static/main.css index 2815b49..07ab95b 100644 --- a/static/main.css +++ b/static/main.css @@ -98,10 +98,6 @@ a:hover { padding: 1rem; } -#blog-post-content li { - list-style-type: disc; -} - #blog-post-content ul { padding: 1rem; padding-top: 0rem; @@ -109,6 +105,10 @@ a:hover { margin-left: 1rem; } +#blog-post-content li { + list-style-type: disc; +} + .dotted-border { border-bottom: #e4e4e4 8px dotted; width: 100%;