diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-30 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-30 00:00:00 +0000 |
commit | 21b621959b2fd8db14166955995031c76ddedb3bfc79710fdbfc888dac003f67 (patch) | |
tree | 379299ebe1980f1954ba557eb5d015f28965aebe12aed1ca3dadfc87522656e7 /assets | |
parent | 572fc8f8a8db638e6b99d082528351cd05bccee19c5b7c668a6f6ac61533d650 (diff) | |
download | hugo-theme-journal-21b621959b2fd8db14166955995031c76ddedb3bfc79710fdbfc888dac003f67.tar.gz hugo-theme-journal-21b621959b2fd8db14166955995031c76ddedb3bfc79710fdbfc888dac003f67.zip |
Remove redundant CSS rule
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 8854128..2c4b53a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -46,7 +46,6 @@ p { pre { color: #ffffba; - line-height: normal; overflow: auto; padding: 1.0em; } @@ -91,7 +90,7 @@ blockquote, ol, p, pre, ul, .highlight { color: lightgray; font-family: Arial, Helvetica, sans-serif; font-size: 1.8rem; - line-height: 1.4; + line-height: normal; margin: 0 auto; padding: 1.4em; } |