From a8a2b1f0c1aeb2e4b8d9d2c5711a6376b0ad5d31 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 19 Feb 2012 12:04:30 -0500 Subject: darken background --- css/bootswatch.css | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/bootswatch.css b/css/bootswatch.css index f0fcc2a3..8fd524c7 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -13,7 +13,7 @@ body { } .hero-unit, .thumbnail { - background-color: #eee; + background-color: #ddd; } .hero-unit h1, .hero-unit p { @@ -26,7 +26,7 @@ body { } .twitter-follow-button { - width: 80px !important; + width: 170px !important; } .about { diff --git a/index.html b/index.html index 9e361ae3..e43d1d6a 100644 --- a/index.html +++ b/index.html @@ -90,7 +90,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="53px" height="20px">
- +
-- cgit v1.2.3