From 4341eef0ec0481a3c5113c5b37ba6b01fda26eed Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Sun, 9 Nov 2014 23:32:23 +0100 Subject: [PATCH] Added comment to overlay --- src/styles/_content.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_content.scss b/src/styles/_content.scss index f6c3c16..6687499 100644 --- a/src/styles/_content.scss +++ b/src/styles/_content.scss @@ -105,6 +105,7 @@ background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.9) 100%); } + // No overlay for empty albums .album img[data-type^='nonretina'] + .overlay { background: rgba(0, 0, 0, 0.2); }