From 5852d86a825c1c109558e9cdab94d7d64f83b676 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 14 Apr 2020 16:59:43 +0800 Subject: [PATCH] theme: style links also in single-post pages --- theme/default/static/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/theme/default/static/style.css b/theme/default/static/style.css index 25d9b30..1f7916f 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -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; }