diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-09-02 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-09-02 00:00:00 +0000 |
commit | 89e7b7b8c4bdb63cb5f6f154fd0d9c18a4beabff57d1f01f1adbf8219b1a3d49 (patch) | |
tree | f60b451112a2f2a1a89d06e43a0a2ea39963154478903bfea84ecc4c8d620a88 | |
parent | 62dd4581c3dde36eb1d2a96ead252561490d8ec98c921291c5e0bef8c7826b27 (diff) | |
download | hugo-theme-journal-89e7b7b8c4bdb63cb5f6f154fd0d9c18a4beabff57d1f01f1adbf8219b1a3d49.tar.gz hugo-theme-journal-89e7b7b8c4bdb63cb5f6f154fd0d9c18a4beabff57d1f01f1adbf8219b1a3d49.zip |
Revert "Remove redundant CSS rule"v1.0.2
This reverts commit 892f28ca9ba65a004046800747d4d3dfd6d37c6c.
Redundant CSS rule was not redundant.
-rw-r--r-- | assets/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 2c4b53a..8854128 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -46,6 +46,7 @@ p { pre { color: #ffffba; + line-height: normal; overflow: auto; padding: 1.0em; } @@ -90,7 +91,7 @@ blockquote, ol, p, pre, ul, .highlight { color: lightgray; font-family: Arial, Helvetica, sans-serif; font-size: 1.8rem; - line-height: normal; + line-height: 1.4; margin: 0 auto; padding: 1.4em; } |