diff --git a/style.css b/style.css index 20143ed..0ddf129 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,5 @@ html, body { /* Ensuring the cursor is always visible */ #typingCanvas:focus { outline: none; /* Removes the outline to keep the interface clean */ - caret-color: blue; /* Makes the cursor blue for better visibility */ }