/* Set the colors in <pre> 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;}