diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-02-19 12:04:30 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-02-19 12:04:30 -0500 |
commit | a8a2b1f0c1aeb2e4b8d9d2c5711a6376b0ad5d31 (patch) | |
tree | b03d1c59b82b53229297c605d904d47493de04bf /css/bootswatch.css | |
parent | 9aa9d2f501214ccda0fac86bc8fc89e0de54141b (diff) |
darken background
Diffstat (limited to 'css/bootswatch.css')
-rw-r--r-- | css/bootswatch.css | 4 |
1 files changed, 2 insertions, 2 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 { |