From 5502d07bd7ec9bf583912178fec3898a79535202 Mon Sep 17 00:00:00 2001 From: "dheeraj.reddy" Date: Sat, 18 Nov 2023 18:38:11 -0800 Subject: [PATCH] remove blue cursor --- style.css | 1 - 1 file changed, 1 deletion(-) 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 */ }