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
Not all HTML colours are rendering properly.
For example using the gainsboro colour.
gainsboro
lightgrey
#DCDCDC
color=lightgrey
#D3D3D3
color=gainsboro
All valid HTML colours should be rendering.
The text was updated successfully, but these errors were encountered:
Could you precise what's wrong with the gainsboro colour?
Sorry, something went wrong.
It's not rendering when using your API.
To be clearer, the lightgrey colour will render successfully:
Using:
https://komarev.com/ghpvc/?username=chrimaho&label=Profile+Views&style=flat&color=lightgrey&logo=github
But the gainsboro colour will not render:
![](https://komarev.com/ghpvc/?username=chrimaho&label=Profile+Views&style=flat&color=gainsboro&logo=github)
Hi @chrimaho I suggest to use the HEX code: https://komarev.com/ghpvc/?username=chrimaho&label=Profile+Views&style=flat&color=D3D3D3&logo=github ;)
No branches or pull requests
Bug Report
Not all HTML colours are rendering properly.
Summary
For example using the
gainsboro
colour.lightgrey
#DCDCDC
color=lightgrey
gainsboro
#D3D3D3
color=gainsboro
Expected behavior
All valid HTML colours should be rendering.
The text was updated successfully, but these errors were encountered: