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