Reduce animation intensity and remove distracting scale effects

This commit is contained in:
2025-08-04 13:29:43 -06:00
parent 7cb35b8c27
commit 5e4256cdc5
4 changed files with 7 additions and 7 deletions

View File

@@ -196,7 +196,7 @@ body {
.btn-icon:hover {
background: var(--accent-primary);
transform: scale(1.1) translateY(-2px);
transform: translateY(-2px);
box-shadow:
0 8px 20px rgba(59, 130, 246, 0.4),
0 4px 8px rgba(0, 0, 0, 0.2),