Fixed visited link

This commit is contained in:
Valentin Popov 2024-09-18 00:38:54 +00:00
parent 61e7f5d5b4
commit b9d8d5ca28
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -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 {