From 0842a693a2fc08b79fa44924d3ce08134c020d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Mon, 22 May 2023 18:37:54 +0200 Subject: [PATCH] Globalise inline list styling --- src/pages/blog/tags/index.astro | 15 +-------------- src/styles/global.css | 11 +++++++++++ 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/pages/blog/tags/index.astro b/src/pages/blog/tags/index.astro index cb0c1d2..5dc93ad 100644 --- a/src/pages/blog/tags/index.astro +++ b/src/pages/blog/tags/index.astro @@ -6,7 +6,7 @@ const tags = frontMatterConfig['frontMatter.taxonomy.tags']; --- -