aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-08-30 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-08-30 00:00:00 +0000
commit21b621959b2fd8db14166955995031c76ddedb3bfc79710fdbfc888dac003f67 (patch)
tree379299ebe1980f1954ba557eb5d015f28965aebe12aed1ca3dadfc87522656e7 /assets
parent572fc8f8a8db638e6b99d082528351cd05bccee19c5b7c668a6f6ac61533d650 (diff)
Remove redundant CSS rule
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css3
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;
}