From a409389215648a663c1310d3aef7ab8962520813 Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:23:09 +0200 Subject: [PATCH] Update style.css --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index f0e5b47..73b55cf 100644 --- a/style.css +++ b/style.css @@ -337,9 +337,9 @@ input[type="text"]:focus { box-shadow: 0 2px 10px var(--shadow); } +/* Add hover effect to move the shortcut upward */ .shortcut:hover { - transform: translateY(-2px); - box-shadow: 0 4px 15px var(--shadow); + transform: scale(1.2); /* Scale up the element to 110% */ } .shortcut img {