We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How does it determine the highlight colour initially and is it possible to delay before initially running?
The text was updated successfully, but these errors were encountered:
I just issued a pull request in issue #9 that might be what you are looking for.
Sorry, something went wrong.
Is it possible to remove the highlight?
I was able to change the highlight color by changing the background color on line 45
return $('<span></span>') .css('color', color) .css('background-color', 'rgb(226, 35, 26)'); // This is the line I changed
No branches or pull requests
How does it determine the highlight colour initially and is it possible to delay before initially running?
The text was updated successfully, but these errors were encountered: