diff --git a/styles/globals.css b/styles/globals.css index b729e77..38061d2 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -122,11 +122,11 @@ body { @apply my-2 list-inside; } ul, - [data-list='ordered'] { + [data-list='bullet'] { @apply list-disc; } ol, - [data-list='bullet'] { + [data-list='ordered'] { @apply list-decimal; }