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; }