summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--scss/style.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/style.scss b/scss/style.scss
index f12c1d4..b7da8df 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -12,7 +12,7 @@ $canary-text: #191900;
body {
background-color: white;
color: black;
- line-height: 1.4;
+ line-height: 1.6;
margin: 0;
}
@@ -31,6 +31,7 @@ code {
pre {
background-color: $canary;
color: $canary-text;
+ line-height: 1.3;
overflow: auto;
padding: .7rem;
}