From ed9aa01ea056ed496d33228dd975ed970eaa6b52 Mon Sep 17 00:00:00 2001 From: JSTAR <78903532+DevJSTAR@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:03:57 +0500 Subject: [PATCH] Add files via upload --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {