From: Frederik Vanrenterghem Date: Thu, 10 Apr 2025 16:10:24 +0000 (+0800) Subject: Fix quote style in CSS. X-Git-Url: http://git.vanrenterghem.biz/www2.vanrenterghem.biz.git/commitdiff_plain/0aa444739c2de80d926951daf57e0f37f74c5e13 Fix quote style in CSS. --- diff --git a/source/assets/styles/org-htmlize.css b/source/assets/styles/org-htmlize.css index 5e41f6c..dd44e9f 100644 --- a/source/assets/styles/org-htmlize.css +++ b/source/assets/styles/org-htmlize.css @@ -13,6 +13,14 @@ body { color: #000000; background-color: #ffffff; } + +blockquote {} + blockquote { + margin-left: 10px; + padding-left: 5px; + border-left: 3px solid #ccc; + } + pre.src { background-color: #f2f2f2;} .org-abbrev-table-name { /* abbrev-table-name */