From 889dd938e0f83e2316211a5c9f81945ba2206cfc Mon Sep 17 00:00:00 2001 From: "Stephen A. Balaban" Date: Fri, 22 Aug 2014 00:00:41 -0700 Subject: [PATCH] Removed color property on tags. tags shouldn't assert a certain color. Example: This will be black and this will be blue I've updated the tag's style to not include any color, thus fitting more with the "Style Agnostic" principle of Skeleton. --- stylesheets/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/base.css b/stylesheets/base.css index 9ae0270..d101980 100644 --- a/stylesheets/base.css +++ b/stylesheets/base.css @@ -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 */