From af462ff2aabf2b326de9e12cc6c28dfe743ef024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sun, 15 Jul 2018 14:56:03 +0200 Subject: add customCSS --- layouts/partials/head.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index eb2804a..173660c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,6 +3,15 @@ + + {{ range .Site.Params.customCSS }} + {{ if isset . "href" }} + + {{ else }} + + {{ end }} + {{ end }} + @@ -25,8 +34,8 @@ color: #357edd; } - #sidebar a { - text-shadow: 1px 2px 0px rgba(0,0,0,0.9); + #sidebar { + text-shadow: 1px 1px 1px #111; } .post-header { -- cgit v1.2.3