From 00f60e61013c6e4e3419e4b699371a13eb30b75d Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Tue, 14 Dec 2021 20:40:20 -0500 Subject: [PATCH] Add "li" to list-style reset --- src/css/preflight.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/preflight.css b/src/css/preflight.css index 0464e90fbb37..cc2355bf0c39 100644 --- a/src/css/preflight.css +++ b/src/css/preflight.css @@ -289,6 +289,7 @@ legend { ol, ul, +li, menu { list-style: none; margin: 0;