@@ -885,6 +885,14 @@ div.skeleton > div.lvl.dead {
885885 background : linear-gradient (# e66465, # 9198e5 );
886886 background-size : 190% 200% ;
887887}
888+ .inventory .item .chaos {
889+ background : linear-gradient (270deg , # 5500aa, # 000000, # 5500aa );
890+ background-size : 190% 200% ;
891+
892+ -webkit-animation : levelup-animation 4s linear infinite;
893+ -moz-animation : levelup-animation 4s linear infinite;
894+ animation : levelup-animation 4s linear infinite;
895+ }
888896.inventory .item .divine {
889897 background : linear-gradient (90deg , rgba (2 , 0 , 36 , 1 ) 0% , rgba (187 , 210 , 210 , 1 ) 35% , rgba (0 , 212 , 255 , 1 ) 100% );
890898 background-size : 190% 200% ;
@@ -1163,6 +1171,14 @@ div.skeleton > div.lvl.dead {
11631171 background : linear-gradient (# e66465, # 9198e5 );
11641172 background-size : 190% 200% ;
11651173}
1174+ .inventory .items-filter li .icon .chaos {
1175+ background : linear-gradient (270deg , # 5500aa, # 000000, # 5500aa );
1176+ background-size : 190% 200% ;
1177+
1178+ -webkit-animation : levelup-animation 4s linear infinite;
1179+ -moz-animation : levelup-animation 4s linear infinite;
1180+ animation : levelup-animation 4s linear infinite;
1181+ }
11661182.inventory .items-filter li .icon .divine {
11671183 background : linear-gradient (90deg , rgba (2 , 0 , 36 , 1 ) 0% , rgba (187 , 210 , 210 , 1 ) 35% , rgba (0 , 212 , 255 , 1 ) 100% );
11681184 background-size : 190% 200% ;
0 commit comments