From 80a289489d3c57efe6e33129841ae248f7409923 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jun 2018 12:12:00 +0300 Subject: desaturate read covers --- css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/index.css b/css/index.css index 484b21d..948768f 100644 --- a/css/index.css +++ b/css/index.css @@ -11,7 +11,8 @@ } .thumb.read img { - opacity : 0.25; + opacity : 0.5; + filter : grayscale(100%); } .in_progress { -- cgit v1.2.3