all repos — honk @ 91ec18c7deed834e7b73c3088aad317c0354e26a

my fork of honk

the glow effect should be hl color
Ted Unangst tedu@tedunangst.com
Mon, 09 Dec 2019 21:24:27 -0500
commit

91ec18c7deed834e7b73c3088aad317c0354e26a

parent

8f0b2616fe38e0e16ed887e23126277bbbee62ef

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

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

@@ -173,7 +173,7 @@ display: none;

} .glow { - box-shadow: 0px 0px 16px var(--fg); + box-shadow: 0px 0px 16px var(--hl); } .honk {