Skip to content

Commit 09bcc72

Browse files
committed
Reduce playground link transition time
1 parent 5bda167 commit 09bcc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/challenge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
z-index: 1;
105105
opacity: 0;
106106
cursor: pointer;
107-
transition: all 0.5s ease-in-out;
107+
transition: all 0.3s ease-in-out;
108108
}
109109

110110
#editor:hover #playground-link {

0 commit comments

Comments
 (0)