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
when using transparent background, the links text is not visible on hover
Text should be always visible
This can be fixed with:
.terminal a:hover { --base-background: black; }
Not sure if this can be fixed. This may be added into documentation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue summary
when using transparent background, the links text is not visible on hover
Expected behavior
Text should be always visible
Steps to reproduce
Additional notes
This can be fixed with:
Not sure if this can be fixed. This may be added into documentation.
The text was updated successfully, but these errors were encountered: