diff options
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; |