theme: style links also in single-post pages

This commit is contained in:
Peter Cai 2020-04-14 16:59:43 +08:00
parent 183ed102e0
commit 5852d86a82
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 8 additions and 2 deletions

View File

@ -291,11 +291,17 @@ blockquote {
.post a:link,
.post a:visited,
.post a:hover,
.post a:active {
.post a:active,
.content a,
.content a:link,
.content a:visited,
.content a:hover,
.content a:active {
color: #e91e63;
}
.post a:hover {
.post a:hover,
.content a:hover {
text-decoration: underline;
}