Skip to content

Commit

Permalink
feat(md-colors): add collection secondary content coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Apr 18, 2016
1 parent ead8bac commit 110c68b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/colors/md-colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
color: white;
}

md-collection .collection md-collection-item.collection-item .secondary-content {
color: ${mdAccentColor};
}

/* datepicker */
.picker__date-display {
background-color: ${mdAccentColor};
Expand Down

0 comments on commit 110c68b

Please sign in to comment.