fix the blink cursor while typing

This commit is contained in:
Victor Zhao 2021-07-30 15:47:42 -07:00
parent 0cb9fd377d
commit 881b5dc91e

View File

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