From 962e65f17cd63564b5aff579a37b9f2fd2f242d3 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 7 Aug 2016 20:58:52 +0200 Subject: I can't CSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- src/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index a3d2543..c19dfd0 100644 --- a/src/style.css +++ b/src/style.css @@ -78,12 +78,12 @@ header h1 { color: #333; } -.entry .title a .permalink, -.entry .title a:visited .permalink { +.entry .title a.permalink, +.entry .title a:visited.permalink { color: #eeeeee; } -.entry .title a:hover .permalink { +.entry .title a:hover.permalink { color: #738181; } -- cgit v1.2.3-54-g00ecf