From c2fef4e3bb1b38ae6a620c3a5048429483d2f01f Mon Sep 17 00:00:00 2001 From: Alexander Isora Date: Mon, 30 Jan 2017 08:36:13 +0300 Subject: [PATCH] fixed double background property for the 74 item --- webgradients.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webgradients.css b/webgradients.css index f4dfce4..6edaa35 100644 --- a/webgradients.css +++ b/webgradients.css @@ -221,8 +221,7 @@ /*045 Loon Crest*/ .loon_crest{ - background: #989898; - background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%); + background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898; background-blend-mode: multiply,multiply; }