Do you think that the following would be a wise addition to a CSS reset?
* {
color: inherit;
font: inherit;
}
Here's a demo: http://jsfiddle.net/Daniel_Hug/QZWV6/
Do you think that the following would be a wise addition to a CSS reset?
* {
color: inherit;
font: inherit;
}
Here's a demo: http://jsfiddle.net/Daniel_Hug/QZWV6/