diff --git a/style.css b/style.css index 5e9ab2a..f0e5b47 100644 --- a/style.css +++ b/style.css @@ -314,6 +314,7 @@ input[type="text"]:focus { #add-shortcut:hover { background: var(--primary-hover); + transform: scale(1.2); /* Scale up the element to 110% */ } #shortcuts-grid {