diff options
author | Wolfgang Müller | 2021-06-13 20:25:12 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-13 20:25:12 +0200 |
commit | f99133842b48dc7d99e577df37e34ea143f1eeaf (patch) | |
tree | cb259a0c4ed6d96e7b2127209e2e6751a88e22af /sass | |
parent | 71858650b33ee576aeff1555ec5ec67c3aa287c9 (diff) | |
download | zunzuncito-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.sass | 1 |
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) |