|
|
|
|
|
by alduin32
1203 days ago
|
|
It's also a great example of how even such a little can go wrong. The CSS of the second website is wrong, as it uses 'color' without setting 'background-color'. Assuming anything about the default background color is not possible because it is user-configurable in most browsers. At least http://motherfuckingwebsite.com remains readable when you change your color settings (the second one is completely unreadable on my browser). |
|
The text was readable as designed on a white-background. CSS that considers accessibility or print friendly is always good to add.