mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 18:43:34 +03:00
Fixed visited link
This commit is contained in:
parent
61e7f5d5b4
commit
b9d8d5ca28
@ -18,6 +18,10 @@ const formattedDate = dayjs(post.data.pubDate.toString()).format("MMMM DD, YYYY"
|
|||||||
color: $colorText;
|
color: $colorText;
|
||||||
display: block;
|
display: block;
|
||||||
padding-bottom: 3rem;
|
padding-bottom: 3rem;
|
||||||
|
|
||||||
|
&:visited {
|
||||||
|
color: $colorText;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user