aboutsummaryrefslogtreecommitdiff
path: root/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'site.css')
-rw-r--r--site.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/site.css b/site.css
index ba9cf3b..b90fee3 100644
--- a/site.css
+++ b/site.css
@@ -35,6 +35,11 @@ a {
a:hover {
border-bottom-style: dashed;
}
+blockquote {
+ margin-left: 1em;
+ border-left: 2px solid #444444;
+ padding-left: 1em;
+}
/* https://github.com/richleland/pygments-css/blob/master/friendly.css */
.highlight .hll { background-color: #ffffcc }