fix: Improve neon glow effect on suggestion button hover
All checks were successful
BotUI CI/CD / build (push) Successful in 58s
All checks were successful
BotUI CI/CD / build (push) Successful in 58s
This commit is contained in:
parent
132a7a2d13
commit
13e5671e54
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue