From c961514c19e34f18c794b4a3ce79a4e07307bc5c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sat, 22 Oct 2016 14:31:44 +0200 Subject: Journal links back to main page. --- static/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/custom.css') diff --git a/static/custom.css b/static/custom.css index 57fde38..588ab52 100644 --- a/static/custom.css +++ b/static/custom.css @@ -77,6 +77,13 @@ a:hover { text-shadow: 0 0 2px #1f1f1f; transition: text-shadow 1s; } +.header-link { + font-size: inherit; +} +.header-link:hover { + text-decoration: none; + text-shadow: 0 0 5px #1f1f1f; +} .meta { color: #3f3f3f; font-size: 0.8em; -- cgit v1.2.3