Removed color property on <strong> tags.

<strong> tags shouldn't assert a certain color. Example:

<a href="#anchor"><strong>This will be black</strong> and this will be blue</a>

I've updated the tag's style to not include any color, thus fitting more with
the "Style Agnostic" principle of Skeleton.
This commit is contained in:
Stephen A. Balaban 2014-08-22 00:00:41 -07:00
parent 7ab682091d
commit 889dd938e0

View File

@ -79,7 +79,7 @@
p.lead { font-size: 21px; line-height: 27px; color: #777; }
em { font-style: italic; }
strong { font-weight: bold; color: #333; }
strong { font-weight: bold; }
small { font-size: 80%; }
/* Blockquotes */