diff --git a/src/routes/blog/[slug].svelte b/src/routes/blog/[slug].svelte
index 79a66a6..5243f9c 100644
--- a/src/routes/blog/[slug].svelte
+++ b/src/routes/blog/[slug].svelte
@@ -1,7 +1,5 @@
@@ -65,9 +64,6 @@
{post.title}
-
{post.title}
@@ -75,5 +71,4 @@
{@html post.body}
-
-
+
diff --git a/static/global.css b/static/global.css
index 3b564c5..103e688 100644
--- a/static/global.css
+++ b/static/global.css
@@ -62,6 +62,7 @@ code,
pre {
font-family: menlo, inconsolata, monospace;
font-size: 0.92em;
+ line-height: 1.24em;
background-color: #f0f0f0;
padding: 0.2em 0.4em;
color: #464646;
@@ -126,4 +127,9 @@ p {
body {
font-size: 24px;
}
+
+ code,
+ pre {
+ font-size: 0.8em;
+ }
}