From b9d8d5ca28d859dab7646b102c1b843dd48790f2 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 18 Sep 2024 00:38:54 +0000 Subject: [PATCH] Fixed visited link --- src/components/PostSummary.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/PostSummary.astro b/src/components/PostSummary.astro index 59d7683..329f1ce 100644 --- a/src/components/PostSummary.astro +++ b/src/components/PostSummary.astro @@ -18,6 +18,10 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY" color: $colorText; display: block; padding-bottom: 3rem; + + &:visited { + color: $colorText; + } } h2 {