From: Frederik Vanrenterghem Date: Sun, 17 Dec 2023 14:13:53 +0000 (+0800) Subject: Zet verticale streep voor citaten. X-Git-Url: http://git.vanrenterghem.biz/www2.vanrenterghem.biz.git/commitdiff_plain/33efeda257a7c74b8b6fdcb9d588ef51c5fc83c3 Zet verticale streep voor citaten. --- diff --git a/source/assets/styles/org-htmlize.css b/source/assets/styles/org-htmlize.css index 30eaaa0..e52ecac 100644 --- a/source/assets/styles/org-htmlize.css +++ b/source/assets/styles/org-htmlize.css @@ -2,6 +2,13 @@ /* Set the colors in
 blocks from the Leuven theme
  */
 
+blockquote {}
+blockquote {
+  margin-left: 10px;
+  padding-left: 5px;
+  border-left: 3px solid #ccc;
+}
+
 pre {}
 pre                                      {background-color:lightgoldenrodyellow;color:#1f058E;}
 pre span.org-builtin                     {color:#006FE0;font-weight:bold;}