aboutsummaryrefslogtreecommitdiff
path: root/site.css
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-09-17 21:56:35 -0600
committerMelody Horn <melody@boringcactus.com>2020-09-17 21:56:35 -0600
commitc427ca1602e0e6b9d84bf72ef70a99083836bf18 (patch)
tree6bb39bd222f655e6ccf7566f9f7a78351893cd33 /site.css
parent38baae37e5d260e82913fe110383c6be0b5fce34 (diff)
downloadboringcactus.com-c427ca1602e0e6b9d84bf72ef70a99083836bf18.tar.gz
boringcactus.com-c427ca1602e0e6b9d84bf72ef70a99083836bf18.zip
write rust scripting blog post
Diffstat (limited to 'site.css')
-rw-r--r--site.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/site.css b/site.css
index bd6c563..5b6fa18 100644
--- a/site.css
+++ b/site.css
@@ -15,6 +15,9 @@ body {
code {
background: white;
}
+pre {
+ line-height: 1.25;
+}
.highlight code {
background: unset;
}