diff --git a/assets/css/main.css b/assets/css/main.css index cab2a77..e7c4cdc 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2,6 +2,12 @@ @tailwind components; @tailwind utilities; +@layer base { + ul, ol { + list-style: revert; + } +} + .post-content { line-height: 1.625; color: #424242; @@ -52,7 +58,6 @@ .post-content ul, .post-content ol { - list-style-type: initial; padding: 0.5rem 0 1rem 1.5rem; } diff --git a/layouts/partials/header.html b/layouts/partials/header.html index f096815..1b02c6b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -16,7 +16,7 @@