mirror of
https://github.com/itmeo/webgradients.git
synced 2025-08-21 15:21:25 +02:00
fixed double background property for the 74 item
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user