Update style.css

This commit is contained in:
Equa 2024-12-13 20:23:09 +02:00 committed by GitHub
parent 888580b342
commit a409389215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {