Update style.css

This commit is contained in:
Marvin E 2024-09-04 16:27:44 +07:00 committed by GitHub
parent 4f8f18f1a2
commit 8b9e62d7cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1012,6 +1012,12 @@ a.search_subreddit:hover {
grid-area: post_title;
}
.post_title a{
display: block
}
.post:not(.highlighted) .post_title a:visited {
color: var(--visited);
}