the glow effect should be hl color
This commit is contained in:
parent
150af9cc7c
commit
0039dea82c
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ input[type=file] {
|
|||
}
|
||||
|
||||
.glow {
|
||||
box-shadow: 0px 0px 16px var(--fg);
|
||||
box-shadow: 0px 0px 16px var(--hl);
|
||||
}
|
||||
|
||||
.honk {
|
||||
|
|
Loading…
Reference in a new issue