From d5b595a8422388a32cacf665f13c7a6a5e759cc7 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 12 Sep 2024 09:11:45 -0400 Subject: [PATCH] fix: ol numbering --- src/app.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/app.css b/src/app.css index a421d90ae..08544d0ba 100644 --- a/src/app.css +++ b/src/app.css @@ -50,21 +50,6 @@ iframe { @apply rounded-lg; } -ol > li { - counter-increment: list-number; - display: block; - margin-bottom: 0; - margin-top: 0; - min-height: 28px; -} - -.prose ol > li::before { - content: counters(list-number, '.') '.'; - padding-right: 0.5rem; - color: var(--tw-prose-counters); - font-weight: 400; -} - li p { display: inline; }