mirror of
https://github.com/DevJSTAR/JSTAR-Tab.git
synced 2025-04-18 17:35:26 +00:00
Update style.css
This commit is contained in:
parent
888580b342
commit
a409389215
|
@ -337,9 +337,9 @@ input[type="text"]:focus {
|
||||||
box-shadow: 0 2px 10px var(--shadow);
|
box-shadow: 0 2px 10px var(--shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Add hover effect to move the shortcut upward */
|
||||||
.shortcut:hover {
|
.shortcut:hover {
|
||||||
transform: translateY(-2px);
|
transform: scale(1.2); /* Scale up the element to 110% */
|
||||||
box-shadow: 0 4px 15px var(--shadow);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.shortcut img {
|
.shortcut img {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user