aboutsummaryrefslogtreecommitdiff
path: root/site.css
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-08-13 10:23:11 -0600
committerMelody Horn <melody@boringcactus.com>2020-08-13 10:23:11 -0600
commit2994a3818ad9e8fa92fa59e9e0b4e87da54b2c30 (patch)
treebd24d9378c1670fbdfff4fde4d80b74345937e53 /site.css
parent0d53e4799cb061c8d2b083d115190f7b758a8982 (diff)
downloadboringcactus.com-2994a3818ad9e8fa92fa59e9e0b4e87da54b2c30.tar.gz
boringcactus.com-2994a3818ad9e8fa92fa59e9e0b4e87da54b2c30.zip
write a novel on post-open source
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 }