From 0039dea82c3e701130bff0e73393d29179b083ce Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 9 Dec 2019 21:24:27 -0500 Subject: [PATCH] the glow effect should be hl color --- views/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/style.css b/views/style.css index 52648c9..0422d76 100644 --- a/views/style.css +++ b/views/style.css @@ -173,7 +173,7 @@ input[type=file] { } .glow { - box-shadow: 0px 0px 16px var(--fg); + box-shadow: 0px 0px 16px var(--hl); } .honk {