all repos — honk @ f7bd1d575517bc3e6c312d5a1f112323c2207673

my fork of honk

only want tight line spacing in header blocks
Ted Unangst tedu@tedunangst.com
Sat, 28 Sep 2019 16:23:36 -0400
commit

f7bd1d575517bc3e6c312d5a1f112323c2207673

parent

fbc1e8faed47ff4b7ba156136db3077af6c29118

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

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

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

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

@@ -150,6 +150,7 @@ white-space: nowrap;

overflow: hidden; text-overflow: ellipsis; font-size: 0.8em; + line-height: 1.1; margin-top: 1em; height: 64px; }