File tree 1 file changed +12
-12
lines changed 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 386
386
to (rgb (210 , 210 , 210 ))
387
387
);
388
388
background-image : -moz-linear-gradient (
389
- -90 deg ,
389
+ to bottom ,
390
390
rgb (245 , 245 , 245 ),
391
391
rgb (220 , 220 , 220 ) 60% ,
392
392
rgb (210 , 210 , 210 )
393
393
);
394
394
background-image : -webkit-linear-gradient (
395
- -90 deg ,
395
+ to bottom ,
396
396
rgb (245 , 245 , 245 ),
397
397
rgb (220 , 220 , 220 ) 60% ,
398
398
rgb (210 , 210 , 210 )
399
399
);
400
400
background-image : linear-gradient (
401
- -90 deg ,
401
+ to bottom ,
402
402
rgb (245 , 245 , 245 ),
403
403
rgb (220 , 220 , 220 ) 60% ,
404
404
rgb (210 , 210 , 210 )
455
455
to (rgb (210 , 210 , 210 ))
456
456
);
457
457
background-image : -moz-linear-gradient (
458
- -90 deg ,
458
+ to bottom ,
459
459
rgb (245 , 245 , 245 ),
460
460
rgb (210 , 210 , 210 ) 50% ,
461
461
rgb (190 , 190 , 190 ) 50% ,
462
462
rgb (210 , 210 , 210 )
463
463
);
464
464
background-image : -webkit-linear-gradient (
465
- -90 deg ,
465
+ to bottom ,
466
466
rgb (245 , 245 , 245 ),
467
467
rgb (210 , 210 , 210 ) 50% ,
468
468
rgb (190 , 190 , 190 ) 50% ,
469
469
rgb (210 , 210 , 210 )
470
470
);
471
471
background-image : linear-gradient (
472
- -90 deg ,
472
+ to bottom ,
473
473
rgb (245 , 245 , 245 ),
474
474
rgb (210 , 210 , 210 ) 50% ,
475
475
rgb (190 , 190 , 190 ) 50% ,
521
521
to (rgb (54 , 101 , 250 ))
522
522
);
523
523
background-image : -moz-linear-gradient (
524
- -90 deg ,
524
+ to bottom ,
525
525
rgb (118 , 145 , 251 ),
526
526
rgb (80 , 117 , 251 ) 50% ,
527
527
rgb (56 , 101 , 249 ) 50% ,
528
528
rgb (54 , 101 , 250 )
529
529
);
530
530
background-image : -webkit-linear-gradient (
531
- -90 deg ,
531
+ to bottom ,
532
532
rgb (118 , 145 , 251 ),
533
533
rgb (80 , 117 , 251 ) 50% ,
534
534
rgb (56 , 101 , 249 ) 50% ,
535
535
rgb (54 , 101 , 250 )
536
536
);
537
537
background-image : linear-gradient (
538
- -90 deg ,
538
+ to bottom ,
539
539
rgb (118 , 145 , 251 ),
540
540
rgb (80 , 117 , 251 ) 50% ,
541
541
rgb (56 , 101 , 249 ) 50% ,
563
563
to (rgb (255 , 0 , 156 ))
564
564
);
565
565
background-image : -moz-linear-gradient (
566
- -90 deg ,
566
+ to bottom ,
567
567
rgb (252 , 124 , 202 ),
568
568
rgb (232 , 93 , 178 ) 50% ,
569
569
rgb (209 , 46 , 142 ) 50% ,
570
570
rgb (255 , 0 , 156 )
571
571
);
572
572
background-image : -webkit-linear-gradient (
573
- -90 deg ,
573
+ to bottom ,
574
574
rgb (252 , 124 , 202 ),
575
575
rgb (232 , 93 , 178 ) 50% ,
576
576
rgb (209 , 46 , 142 ) 50% ,
577
577
rgb (255 , 0 , 156 )
578
578
);
579
579
background-image : linear-gradient (
580
- -90 deg ,
580
+ to bottom ,
581
581
rgb (252 , 124 , 202 ),
582
582
rgb (232 , 93 , 178 ) 50% ,
583
583
rgb (209 , 46 , 142 ) 50% ,
You can’t perform that action at this time.
0 commit comments