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
No description provided.
The text was updated successfully, but these errors were encountered:
Would you have a simple submission like this?
a:active { filter: brightness(var(--active-brightness)); text-decoration: none; } a:hover { filter: brightness(var(--hover-brightness)); text-decoration: none; } a:focus { filter: brightness(var(--focus-brightness)); text-decoration: none; }
Sorry, something went wrong.
@bueltge Yea, that looks good. need to determine what those color/levels should be though.
Going to go with the text-decoration: none; for the time being. May revisit soon and see how color/transparency would work. Updated in https://github.com/tbolt/boltcss/tree/nov2022-updates
text-decoration: none;
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: