From 9cc5c341456fdad312dbbf887e245f2a78f1d983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=ABle?= Date: Wed, 5 May 2021 07:34:49 +0200 Subject: [PATCH] Better style for blockquote and preformatted block --- style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 6639225..a37104c 100755 --- a/style.css +++ b/style.css @@ -13,7 +13,9 @@ div.main { pre { background: #eee; padding: 16px; + margin: 16px 0; overflow-x: auto; + box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, .1); } li { margin-left: 16px; @@ -23,9 +25,9 @@ p { font-family: Sans-Serif; } blockquote { - background: #ffc; - padding: 16px; - margin: 8px; + background: #fdfdec; + padding: 8px 16px; + margin: 0; } div.toc { float: right;