From 43241c657c32fe24314a6d2b98bd1cce742570b3 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Mon, 16 Mar 2020 15:16:35 +0100 Subject: [PATCH] Add rollover on profile links --- static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 11d2721..9c9096c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1539,7 +1539,6 @@ img { margin-top: 1.25em; margin-right: 1.25em; font-weight: 400; - opacity: 0.5 } .post-author-bio i { @@ -1552,6 +1551,10 @@ img { font-weight: inherit; border-bottom: 1px solid transparent } +.post-author-bio a:hover { + color: #f26a3d; +} + .post-comments { position: relative;