diff --git a/bolt.css b/bolt.css index c97fe14..2e32f89 100644 --- a/bolt.css +++ b/bolt.css @@ -56,8 +56,8 @@ html, body { margin: 0; font-size: 12pt; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", - sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: var(--text); background: var(--background-body); } @@ -198,7 +198,6 @@ li { } p { - display: block; line-height: 1.6em; }