From a47e18f9645abe6c61b6c6b221dbb69d1f94f893 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 11 Jan 2023 18:51:09 +0100 Subject: [PATCH] static/css: use no list-style-type --- static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/style.css b/static/style.css index 0d53e3c..9f78ec0 100644 --- a/static/style.css +++ b/static/style.css @@ -25,7 +25,6 @@ p, ol { li { margin: 0.5rem; padding: 0; - list-style-type: disclosure-closed; } .boxes {