Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the caret color #194

Open
mgroth0 opened this issue May 23, 2021 · 1 comment
Open

Changing the caret color #194

mgroth0 opened this issue May 23, 2021 · 1 comment

Comments

@mgroth0
Copy link

mgroth0 commented May 23, 2021

I've tried

caret-color: white;

with all the css selectors but its not working.

@mgroth0
Copy link
Author

mgroth0 commented May 23, 2021

made progress with

 .guppy_active .main_cursor {
    caret-color: white;
	color: white;
	background-color: white;
	border: 1px solid white;
  }
  .guppy_inactive .main_cursor {
    caret-color: white;
	color: white;
	background-color: white;
	border: 1px solid white;
	
  }

but it still doesn't look right. there's still some black in the cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant