From 08abcf7543844ae3480d22bf89daf7034b271fbb Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 7 Aug 2016 20:51:22 +0200 Subject: Redo permalink again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- src/style.css | 9 +++++++++ src/templates/journal.html | 6 ++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index aac5d1c..f853a73 100644 --- a/src/style.css +++ b/src/style.css @@ -78,6 +78,15 @@ header h1 { color: #333; } +.entry .permalink a, +.entry .permalink a:visited { + color: #eeeeee; +} + +.entry .permalink a:hover { + color: #738181; +} + .entry .info { font-size: 0.9rem; color: #505050; diff --git a/src/templates/journal.html b/src/templates/journal.html index 33856c1..4c1b47f 100644 --- a/src/templates/journal.html +++ b/src/templates/journal.html @@ -9,14 +9,16 @@