the glow effect should be hl color

This commit is contained in:
Ted Unangst 2019-12-09 21:24:27 -05:00
parent 150af9cc7c
commit 0039dea82c
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ input[type=file] {
}
.glow {
box-shadow: 0px 0px 16px var(--fg);
box-shadow: 0px 0px 16px var(--hl);
}
.honk {