From d6e9a315e51800d70f4273a47513791b668e3cef Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Mon, 27 Jun 2016 09:21:56 -0700 Subject: [PATCH] Make the title of blog posts link back to main page. Signed-off-by: Ben Walker --- _includes/page-header.html | 4 ++-- css/spdk.css | 14 +++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/_includes/page-header.html b/_includes/page-header.html index 13a4f81eb1..ec384a98cc 100644 --- a/_includes/page-header.html +++ b/_includes/page-header.html @@ -3,8 +3,8 @@
-
-

{{ site.title }}

+
diff --git a/css/spdk.css b/css/spdk.css index 938c0aaea0..618449992a 100644 --- a/css/spdk.css +++ b/css/spdk.css @@ -178,14 +178,22 @@ p.copyright { background-size: cover; } -.page-title { +.page-title-banner { position: relative; } -.page-title > h1 { +.page-title { margin: 0; text-shadow: 2px 2px 3px rgba(0,0,0,0.6); - font-size: 4em; + color: #f8f8f8; +} + +a:hover.page-title { + text-decoration: none; +} + +a:active.page-title { + text-decoration: none; } .post {