You must never use this colour.
You can like it as much as you want.
You can buy a dress in this colour for your girlfriend.
Your mum might have it as the colour of her eyes.
Feel free to paint your house like it.
But never use it on a website. Never.
This colour is the porn colour.
You must never copy the porncolours.
Source thanks to Internet Archive: http://web.archive.org/web/20050404141942/http://www.k10k.ne...Still cracks me up.
EDIT: for those who have no idea what k10k was, here's the story: http://www.cubancouncil.com/work/project/kaliber-10000
Aren't links blue (#0000ff) by default?
The new color is #0366D6, while the old color is #7FA5CF. The new blue color is far more saturated and is much less light, but is actually still a pretty big step down from ultra-hard blue #0000FF. IMO, it's much more readable than the previous blue and stands out nicely.
github.css: https://www.diffchecker.com/STyCXVyk framework.css: https://www.diffchecker.com/x1uMGh3h
It makes sense to separate access ("this person has access to Example Corp's repos only as long as they work for Example Corp") from identity ("this person owns this account").
Introducing single-sign-on as one way to simplify login, and potentially as a second-factor for gaining access to repositories run by the business, makes sense. Making developers create entirely separate accounts doesn't.
I am happy that they continue to add features like this, but I feel like some of the more common wishlist items are not being addressed.
you can use the "user:" search operator + the name of the topic to filter your repos and then just bookmark the searches that youll be using often. its better than nothing for now
I've also been the admin on those Business accounts. It's easy.
I'm slightly grey-green colorblind, and if you make text standard CSS green (#008000) I sometimes have trouble telling that it's actually green and not dark grey. If you make it just a little more green (say #00A000) it's much easier for me to see.
This whole issue is effectively a sarcastic response to that lack of design, and referring to the default blue as "the porn color" I read to mean "don't be cheap and stick with the defaults; don't be a porn site."
The joke doesn't age very well, but it was really funny back then.
There are perfectly valid reasons for segregating accounts so that there is complete separation between them.
And if colorblind people aren't inconvenienced (and don't have to navigate to a menu to de-inconvenience themself) then that's enough of a reason for me.
Side note: I'm surprised there isn't a specific header browsers could send for something like colorblindness. That would allow sites to react to that header and serve up a different stylesheet.
Accept: text/css; color-blind=trichromatic
Of course no server would recognize this today, since afaik the CSS media type doesn't define any parameters other than perhaps `charset`, but the mechanism is there at least. Also any self respecting web server would just ignore the parameter so it shouldn't break anything, just cost a few more bytes of bandwidth I guess. No need to invent a new header I don't think.