all repos — honk @ 955ba1ecb3e751c7bf359a82536a749d46239340

my fork of honk

set a line height for consistency
Ted Unangst tedu@tedunangst.com
Fri, 27 Sep 2019 15:36:46 -0400
commit

955ba1ecb3e751c7bf359a82536a749d46239340

parent

5a57d617b82d427498ed5d27efe2e0986a62f704

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -10,6 +10,7 @@ color: $fg;

font-size: 1em; word-wrap: break-word; font-family: sans-serif, "Noto Color Emoji"; + line-height: 1.1; } pre, code { white-space: pre-wrap;