From 0937b0e9d82b8cc95f42182ba0dcd66d61ffed41 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Sun, 19 Aug 2012 10:55:21 -0400 Subject: [PATCH] index: use rgba for thumbnail background-color --- css/bootswatch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/bootswatch.css b/css/bootswatch.css index 3b86d69..c7432a2 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 { -- 2.39.2