From d229b1c4b664096240ea5fea63abf6512abfc632 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 24 Mar 2015 15:27:46 +0100 Subject: journal: Add a tag to entry titles --- src/style.css | 9 +++++++++ src/templates/journal.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 3858498..97011ee 100644 --- a/src/style.css +++ b/src/style.css @@ -69,6 +69,15 @@ header h1 { margin-top: 0.3rem; margin-bottom: 0.3rem; } +.entry .title a, +.entry .title a:visited { + color: #111; +} + +.entry .title a:hover { + color: #333; +} + .entry .info { font-size: 0.9rem; color: #505050; diff --git a/src/templates/journal.html b/src/templates/journal.html index d7a64d2..2b2794f 100644 --- a/src/templates/journal.html +++ b/src/templates/journal.html @@ -9,7 +9,7 @@
-

{{ entry.title }}

+

{{ entry.title }}

Published on -- cgit v1.2.3-54-g00ecf