1
0
mirror of https://github.com/itmeo/webgradients.git synced 2025-08-20 23:01:25 +02:00

fixed double background property for the 74 item

This commit is contained in:
Alexander Isora
2017-01-30 08:36:13 +03:00
committed by GitHub
parent 48b36de900
commit c2fef4e3bb

View File

@@ -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;
}