aboutsummaryrefslogtreecommitdiff
path: root/src/components/PostSummary.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/PostSummary.astro')
-rw-r--r--src/components/PostSummary.astro4
1 files changed, 4 insertions, 0 deletions
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 {