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; }