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

Cursor Color? #97

Open
joshpeng1999 opened this issue Dec 10, 2020 · 1 comment
Open

Cursor Color? #97

joshpeng1999 opened this issue Dec 10, 2020 · 1 comment

Comments

@joshpeng1999
Copy link

Is there a way to change the cursor color using css and assigning the className to the tag?

@DarthBenro008
Copy link

You can simply override the SCSS in your Stylesheet.

Example: Adding the following snippet in your style sheet would update the color of the cursor to blue.

.Typist .Cursor {
  color: #00a2cf !important;
}

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

2 participants