Merge pull request #70 from liang611zh/master

Fix the blink cursor while typing
pull/74/head
Brad Traversy 4 years ago committed by GitHub
commit dea2ef54c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,7 @@ body {
}
.code {
caret-color: transparent;
border-radius: 5px;
font-size: 75px;
height: 120px;

Loading…
Cancel
Save