all repos — honk @ 992fef236b158a3aeda30505dc9518d0d82ac338

my fork of honk

limited glow should be similar
Ted Unangst tedu@tedunangst.com
Tue, 10 Dec 2019 18:35:28 -0500
commit

992fef236b158a3aeda30505dc9518d0d82ac338

parent

9dcd8eb01f2c7af60914cd21cfd597e8e96ccb46

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

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

@@ -249,6 +249,9 @@ .limited {

border: 1px solid var(--fg-limited); color: var(--fg-limited); } +.limited .glow { + box-shadow: 0px 0px 16px var(--fg-limited); +} .limited .noise { color: var(--fg-limited); }