diff options
-rw-r--r-- | css/bootswatch.css | 4 | ||||
-rw-r--r-- | 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 { @@ -90,7 +90,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="53px" height="20px"></iframe> </div> <div class="span4 offset1"> - <a href="https://twitter.com/thomashpark" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @thomashpark</a> + <a href="https://twitter.com/thomashpark" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true">Follow @thomashpark</a> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootswatch.com" data-via="thomashpark">Tweet</a> </div> </div> |