diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/PostSummary.astro | 4 |
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 { |