From 05535bc57ba5db920694d5fe8d3f6dcc1ec002ab Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 22 May 2025 20:54:11 -0500 Subject: [PATCH] fix: proper list styles --- public/styles/graph.css | 5 ----- public/styles/index.css | 1 + src/pages/[category].astro | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/public/styles/graph.css b/public/styles/graph.css index 9b775a6..a6f8af3 100644 --- a/public/styles/graph.css +++ b/public/styles/graph.css @@ -64,11 +64,6 @@ justify-content: center; } -ul { - list-style: none; - margin: 0; -} - .romer-table-container { display: flex; justify-content: center; diff --git a/public/styles/index.css b/public/styles/index.css index 8baad46..00818fd 100644 --- a/public/styles/index.css +++ b/public/styles/index.css @@ -40,6 +40,7 @@ a { ul { list-style: none; + margin: none; } .topic a { diff --git a/src/pages/[category].astro b/src/pages/[category].astro index 955e017..1eefc11 100644 --- a/src/pages/[category].astro +++ b/src/pages/[category].astro @@ -65,7 +65,6 @@ const capitalizedCategory = } .posts { - list-style-type: none; padding: 0; }