Skip to content
New issue

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 #94

Open
chrimaho opened this issue Jan 31, 2023 · 3 comments
Open

Not all HTML colours are rendering properly #94

chrimaho opened this issue Jan 31, 2023 · 3 comments

Comments

@chrimaho
Copy link

Bug Report

Not all HTML colours are rendering properly.

Summary

For example using the gainsboro colour.

Color Hex Code URL Flag Example
lightgrey #DCDCDC color=lightgrey
gainsboro #D3D3D3 color=gainsboro

Expected behavior

All valid HTML colours should be rendering.

@garak
Copy link
Collaborator

garak commented Jan 31, 2023

Could you precise what's wrong with the gainsboro colour?

@chrimaho
Copy link
Author

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:

Using:

![](https://komarev.com/ghpvc/?username=chrimaho&label=Profile+Views&style=flat&color=gainsboro&logo=github)

@JellyBellyDev
Copy link
Collaborator

Hi @chrimaho
I suggest to use the HEX code:
https://komarev.com/ghpvc/?username=chrimaho&label=Profile+Views&style=flat&color=D3D3D3&logo=github
;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants