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
While working on w3c/aria#2410 I found some contrast issues that can also be observed on https://respec.org/docs/.
var(--tocsidebar-heading-text)
.toc code {#005a9c}
.idlHeader { color: var(--defrow-border,#fff)}
I'll update this issue if I find more.
The text was updated successfully, but these errors were encountered:
Apart from syntax highlighting (part of ReSpec), we'd need to file above in w3c/tr-design repo, as same colors get used by Bikeshed too (base.css).
I'll try finding some time this weekend to address this. Happy to review PRs though.
Sorry, something went wrong.
Thanks @sidvishnoi.
Is there a way to configure the highlight.js theme in the respec configuration? It offers some themes with better contrast.
No branches or pull requests
While working on w3c/aria#2410 I found some contrast issues that can also be observed on https://respec.org/docs/.
var(--tocsidebar-heading-text)
).toc code {#005a9c}
leads to insufficient contrast.idlHeader { color: var(--defrow-border,#fff)}
)I'll update this issue if I find more.
The text was updated successfully, but these errors were encountered: