diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-22 00:19:18 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-22 00:19:18 -0400 |
commit | 3c190d51041d78eff6648e7cb841e439b323ad58 (patch) | |
tree | 1f62f0958a7e22d7113a4c2bbdab3c6738d41a83 /css | |
parent | fee40c6ac75e34dfe2a8939434b7d6db14db0cf7 (diff) |
index: lightened thumbnail background
Diffstat (limited to 'css')
-rw-r--r-- | css/bootswatch.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/bootswatch.css b/css/bootswatch.css index 7f731ef7..5ca53b4f 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -86,7 +86,7 @@ body { .thumbnail { margin-bottom: 20px; - background-color: rgba(0, 0, 0, 0.1); + background-color: rgba(0, 0, 0, 0.05); } .thumbnail img { |