Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from PolymerElements/fix-title-weight
Browse files Browse the repository at this point in the history
update title weight to match spec
  • Loading branch information
notwaldorf committed Nov 16, 2015
2 parents e42dac3 + cc1d33b commit 25d5b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
.header .title-text {
padding: 16px;
font-size: 24px;
font-weight: bold;
font-weight: 400;
color: var(--paper-card-header-color, #000);
@apply(--paper-card-header-text);
}
Expand Down

0 comments on commit 25d5b53

Please sign in to comment.