From 835ec25f0b202cd58b5b1453f705aed0cfb26e37 Mon Sep 17 00:00:00 2001 From: cobbspur Date: Sun, 23 Feb 2014 12:20:41 +0000 Subject: [PATCH] Added hover state for Author meta anchor --- assets/css/screen.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 1c0d38b..2df79e6 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -624,6 +624,9 @@ margin on the iframe, cause it breaks stuff. */ .author-meta a { color: #9EABB3; } +.author-meta a:hover { + color: #57A3E8; +} /* Create some space to the right for the share links */ .post-footer .author {