#### Bug, feature request, or proposal: Bug #### What is the expected behavior? Default styling of text on a "light-theme" MdCard or MdListItem should be 87% black #### What is the current behavior? Text defaults to 100% black. #### What are the steps to reproduce? http://plnkr.co/edit/zkrjdBwt5wAe85FllmDe?p=preview #### Is there anything else we should know? Culprit for MdCard is [here](https://github.com/angular/material2/blob/master/src/lib/card/_card-theme.scss#L11). Culprit for MdListItem is [here](https://github.com/angular/material2/blob/master/src/lib/list/_list-theme.scss#L11)