From 8768cd7530f8350b8e504757fcb40c09a45e8a62 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sat, 6 Apr 2013 21:26:22 -0400 Subject: spruce: lightens muted color --- spruce/bootstrap.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'spruce/bootstrap.css') diff --git a/spruce/bootstrap.css b/spruce/bootstrap.css index f31ab9c4..f2871932 100644 --- a/spruce/bootstrap.css +++ b/spruce/bootstrap.css @@ -6159,17 +6159,20 @@ a.badge:focus { position: fixed; } -h1 > small, -h2 > small, -h3 > small, -h4 > small, -h5 > small, -h6 > small, -.muted { +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small { font-family: Georgia, "Times New Roman", Times, serif; color: #333333; } +.muted { + color: #999999; +} + .jumbotron h1 { font-weight: normal !important; } -- cgit v1.2.3