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:
parent
7ab682091d
commit
889dd938e0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user