From f0a14c175108fa9d2e0cadfa4da15faaf44e5216 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 25 Sep 2018 13:05:57 +0200 Subject: [PATCH] Add some slight box-shadow to titles and code examples. --- content/css/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/css/default.css b/content/css/default.css index 12f0e98..dadcbb4 100644 --- a/content/css/default.css +++ b/content/css/default.css @@ -32,6 +32,8 @@ body { display: flex; justify-content: space-between; + + box-shadow: 0px 0px 8px #888888 inset; } img.me { @@ -82,6 +84,7 @@ h2 { padding: 10px; border-radius: 5px; margin-top: 30px; + box-shadow: 0px 0px 8px #888888 inset; } h3 { @@ -138,4 +141,5 @@ pre.example { padding: 8px 5px 8px 30px; background-color: cornsilk; border-radius: 5px; + box-shadow: 0px 0px 8px #888888 inset; }