Update style.css

This commit is contained in:
Equa 2024-12-13 21:02:08 +02:00 committed by GitHub
parent 1b67360deb
commit 787413d027
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -337,7 +337,7 @@ input[type="text"]:focus {
box-shadow: 0 2px 10px var(--shadow); box-shadow: 0 2px 10px var(--shadow);
} }
/* Scale go up (no i won't remove this)*/ /* Scale go up (no i won't remove this) WARP*/
.shortcut:hover { .shortcut:hover {
transform: scale(1.079); /* Scale up the element*/ transform: scale(1.079); /* Scale up the element*/
} }