summaryrefslogtreecommitdiffstatshomepage
path: root/sass
diff options
context:
space:
mode:
authorWolfgang Müller2021-06-13 20:25:12 +0200
committerWolfgang Müller2021-06-13 20:25:12 +0200
commitf99133842b48dc7d99e577df37e34ea143f1eeaf (patch)
treecb259a0c4ed6d96e7b2127209e2e6751a88e22af /sass
parent71858650b33ee576aeff1555ec5ec67c3aa287c9 (diff)
downloadzunzuncito-f99133842b48dc7d99e577df37e34ea143f1eeaf.tar.gz
sass: Add some padding to <code>
Due to the density of the fonts used, <code> blocks tend to be too close to the normal text. Add some padding to mitigate.
Diffstat (limited to 'sass')
-rw-r--r--sass/style.sass1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/style.sass b/sass/style.sass
index 5a1ebd5..fdb2e91 100644
--- a/sass/style.sass
+++ b/sass/style.sass
@@ -59,6 +59,7 @@ pre
code
font-size: var(--font-size-pre)
+ padding: 0 .2em
.mute
color: var(--fg-color-mute)