diff --git a/style.css b/style.css index 8f8743c..adf6cec 100644 --- a/style.css +++ b/style.css @@ -310,11 +310,12 @@ input[type="text"]:focus { border: none; cursor: pointer; transition: background 0.2s ease; + transition: transform 0.2s ease; } #add-shortcut:hover { background: var(--primary-hover); - transform: scale(1.2); + transform: scale(1.1); } #shortcuts-grid {