diff options
author | Óscar Nájera <hello@oscarnajera.com> | 2018-07-08 20:48:17 +0200 |
---|---|---|
committer | Óscar Nájera <hello@oscarnajera.com> | 2018-07-08 20:48:17 +0200 |
commit | 46469d1d5218b56e2b418a34e39cfe6457c6ef66 (patch) | |
tree | 844a85f31593f0289966788336574d4d5bef3ff4 /layouts/partials | |
parent | 0224bdd331b3fc54d3b1c812dd0b51f4c73f5d59 (diff) | |
download | hugo-minimalist-theme-46469d1d5218b56e2b418a34e39cfe6457c6ef66.tar.gz hugo-minimalist-theme-46469d1d5218b56e2b418a34e39cfe6457c6ef66.tar.bz2 hugo-minimalist-theme-46469d1d5218b56e2b418a34e39cfe6457c6ef66.zip |
Post main image
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/head.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0dfeedd..011b43d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -12,6 +12,9 @@ <!-- CSS --> <style> + .post-header { + text-shadow: 0 2px 1px rgba(0,0,0,0.9);} + pre { background: #3f3f3f; color: #dcdcdc; |