diff options
author | Wolfgang Müller | 2021-06-25 18:10:48 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-25 18:10:48 +0200 |
commit | da99d4e9983db31eb0a417c1782ace85f4b78302 (patch) | |
tree | 5428ec149f008a722444e97c1d670a4be6ccb563 | |
parent | a448330931be337f50513d09ff7a73b8f7007182 (diff) | |
download | zunzuncito-da99d4e9983db31eb0a417c1782ace85f4b78302.tar.gz |
Revert "sass: Add some padding to <code>"
This reverts commit f99133842b48dc7d99e577df37e34ea143f1eeaf. We have
found this solution to introduce other (worse) problems because the
padding is unconditional. For now do not apply any special style to
<code>.
-rw-r--r-- | sass/style.sass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sass/style.sass b/sass/style.sass index 1519d94..802210a 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -77,7 +77,6 @@ pre code font-family: var(--font-mono) font-size: var(--font-size-pre) - padding: 0 .2em .mute color: var(--fg-color-mute) |