From edb3770635e5b49469ab6ead9d0bcf3f99897e2f Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 27 Nov 2023 18:07:32 -0600 Subject: [PATCH] Lower summary title underline opacity --- src/components/Summary.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Summary.astro b/src/components/Summary.astro index 8c31db5..fc3f941 100644 --- a/src/components/Summary.astro +++ b/src/components/Summary.astro @@ -27,7 +27,7 @@ const { url, date, title, tags, description } = Astro.props;
-

{ title }

+

{ title }

{tags.map((tag) => (