all repos — honk @ 8ed26169ef2acc03f841db9af09249d3e2cf07a2

my fork of honk

a bit lighter background for images (which may be transparent)
Ted Unangst tedu@tedunangst.com
Mon, 08 Jul 2019 20:03:53 -0400
commit

8ed26169ef2acc03f841db9af09249d3e2cf07a2

parent

a1d71144c7a596ca58abc230330058a8eb963170

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

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

@@ -186,6 +186,9 @@ h3, h4 {

font-size: 1.1em; } +img:not(.emu) { + background: #305; +} img, video { max-width: 100% }