diff --git a/static/editor.css b/static/editor.css index f26861567..9ce42143b 100644 --- a/static/editor.css +++ b/static/editor.css @@ -65,8 +65,8 @@ @-webkit-keyframes blink { 0% { opacity: .7; } - 49% { opacity: .7; } - 51% { opacity: 0; } + 60% { opacity: .7; } + 61% { opacity: 0; } 100% { opacity: 0; } } @@ -81,7 +81,7 @@ } .editor.focused .cursor.idle { - -webkit-animation: blink 0.6s; + -webkit-animation: blink 0.8s; -webkit-animation-iteration-count: infinite; }