The CSS for chat.stackexchange.com defines the following:

body{font-family:Verdana,Arial,sans-serif;color:#333;font-size:12px;background-color:#fdfdfd;color:#444444;}

It defines both #333 and #444444 as the color.

share|improve this question
9  
This is the so-called "Hex multiplication hack". It amounts to #121212121212 which is Unicorn gold – Pekka 웃 Dec 14 '12 at 19:49
Wouldn't that be a [bug], actually? :) – slhck Dec 14 '12 at 20:16
9  
Congratulations, you have found the most unexciting "bug" ever :) – balpha Dec 14 '12 at 20:38
Can we have a [246-toothpicks] tag for questions like this? – sixlettervariables Dec 14 '12 at 20:47
4  
such a shame, we only had 48 more shades of gray to go before we were busted. – Jin Dec 14 '12 at 20:54
1  
@balpha: Oh yeah, how about this one? ;) – Oliver Salzburg Dec 14 '12 at 23:06

You must log in to answer this question.

Browse other questions tagged