Merge pull request #70 from liang611zh/master

Fix the blink cursor while typing
This commit is contained in:
Brad Traversy 2021-07-31 10:29:37 -04:00 committed by GitHub
commit dea2ef54c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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