fix: Improve neon glow effect on suggestion button hover
All checks were successful
BotUI CI/CD / build (push) Successful in 58s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-15 11:19:25 -03:00
parent 132a7a2d13
commit 13e5671e54

View file

@ -639,9 +639,8 @@ footer {
transform: translateY(-1px);
z-index: 100;
background: var(--surface, #fff);
box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
box-shadow: 0 0 12px rgba(59, 130, 246, 0.5);
margin: 3px;
padding: 2px 7px;
}
/* Dark theme suggestion buttons */