diff options
Diffstat (limited to 'spruce/bootstrap.css')
-rw-r--r-- | spruce/bootstrap.css | 17 |
1 files changed, 10 insertions, 7 deletions
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; } |