remove blue cursor

This commit is contained in:
dheeraj.reddy 2023-11-18 18:38:11 -08:00
parent e079d190e8
commit 5502d07bd7

View File

@ -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 */
}