diff options
-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 3b86d692..c7432a29 100644 --- a/css/bootswatch.css +++ b/css/bootswatch.css @@ -82,7 +82,7 @@ body { .thumbnail { margin-bottom: 20px; - background-color: #eee; + background-color: rgba(0, 0, 0, 0.1); } .thumbnail img { |