@wordpress/block-library 9.0.4 → 9.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/block/index.js +5 -1
- package/build/block/index.js.map +1 -1
- package/build/image/image.js +11 -13
- package/build/image/image.js.map +1 -1
- package/build/list-item/hooks/use-merge.js +8 -1
- package/build/list-item/hooks/use-merge.js.map +1 -1
- package/build/media-text/edit.js +3 -2
- package/build/media-text/edit.js.map +1 -1
- package/build/query/edit/inspector-controls/index.js +3 -2
- package/build/query/edit/inspector-controls/index.js.map +1 -1
- package/build/utils/hooks.js +12 -0
- package/build/utils/hooks.js.map +1 -1
- package/build-module/block/index.js +5 -1
- package/build-module/block/index.js.map +1 -1
- package/build-module/image/image.js +6 -8
- package/build-module/image/image.js.map +1 -1
- package/build-module/list-item/hooks/use-merge.js +8 -1
- package/build-module/list-item/hooks/use-merge.js.map +1 -1
- package/build-module/media-text/edit.js +3 -2
- package/build-module/media-text/edit.js.map +1 -1
- package/build-module/query/edit/inspector-controls/index.js +3 -2
- package/build-module/query/edit/inspector-controls/index.js.map +1 -1
- package/build-module/utils/hooks.js +11 -0
- package/build-module/utils/hooks.js.map +1 -1
- package/build-style/social-links/style-rtl.css +91 -91
- package/build-style/social-links/style.css +91 -91
- package/build-style/style-rtl.css +91 -91
- package/build-style/style.css +91 -91
- package/package.json +6 -6
- package/src/block/block.json +5 -1
- package/src/image/image.js +12 -9
- package/src/list-item/hooks/use-merge.js +19 -5
- package/src/media-text/edit.js +3 -2
- package/src/query/edit/inspector-controls/index.js +3 -2
- package/src/social-links/style.scss +2 -2
- package/src/utils/hooks.js +14 -0
- package/build/utils/constants.js +0 -15
- package/build/utils/constants.js.map +0 -1
- package/build-module/utils/constants.js +0 -9
- package/build-module/utils/constants.js.map +0 -1
- package/src/utils/constants.js +0 -8
|
@@ -3404,326 +3404,326 @@ ul.wp-block-rss.is-grid li {
|
|
|
3404
3404
|
fill: currentColor;
|
|
3405
3405
|
}
|
|
3406
3406
|
|
|
3407
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
|
|
3407
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
|
|
3408
3408
|
background-color: #f0f0f0;
|
|
3409
3409
|
color: #444;
|
|
3410
3410
|
}
|
|
3411
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
|
|
3411
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
|
|
3412
3412
|
background-color: #f90;
|
|
3413
3413
|
color: #fff;
|
|
3414
3414
|
}
|
|
3415
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
|
|
3415
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
|
|
3416
3416
|
background-color: #1ea0c3;
|
|
3417
3417
|
color: #fff;
|
|
3418
3418
|
}
|
|
3419
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
|
|
3419
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
|
|
3420
3420
|
background-color: #0757fe;
|
|
3421
3421
|
color: #fff;
|
|
3422
3422
|
}
|
|
3423
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bluesky {
|
|
3423
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
|
|
3424
3424
|
background-color: #0a7aff;
|
|
3425
3425
|
color: #fff;
|
|
3426
3426
|
}
|
|
3427
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
|
|
3427
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
|
|
3428
3428
|
background-color: #1e1f26;
|
|
3429
3429
|
color: #fff;
|
|
3430
3430
|
}
|
|
3431
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
|
|
3431
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
|
|
3432
3432
|
background-color: #02e49b;
|
|
3433
3433
|
color: #fff;
|
|
3434
3434
|
}
|
|
3435
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
|
|
3435
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
|
|
3436
3436
|
background-color: #e94c89;
|
|
3437
3437
|
color: #fff;
|
|
3438
3438
|
}
|
|
3439
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
|
|
3439
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
|
|
3440
3440
|
background-color: #4280ff;
|
|
3441
3441
|
color: #fff;
|
|
3442
3442
|
}
|
|
3443
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
|
|
3443
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
|
|
3444
3444
|
background-color: #f45800;
|
|
3445
3445
|
color: #fff;
|
|
3446
3446
|
}
|
|
3447
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
|
|
3447
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
|
|
3448
3448
|
background-color: #1778f2;
|
|
3449
3449
|
color: #fff;
|
|
3450
3450
|
}
|
|
3451
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
|
|
3451
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
|
|
3452
3452
|
background-color: #000;
|
|
3453
3453
|
color: #fff;
|
|
3454
3454
|
}
|
|
3455
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
|
|
3455
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
|
|
3456
3456
|
background-color: #0461dd;
|
|
3457
3457
|
color: #fff;
|
|
3458
3458
|
}
|
|
3459
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
|
|
3459
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
|
|
3460
3460
|
background-color: #e65678;
|
|
3461
3461
|
color: #fff;
|
|
3462
3462
|
}
|
|
3463
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
|
|
3463
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
|
|
3464
3464
|
background-color: #24292d;
|
|
3465
3465
|
color: #fff;
|
|
3466
3466
|
}
|
|
3467
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
|
|
3467
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
|
|
3468
3468
|
background-color: #eceadd;
|
|
3469
3469
|
color: #382110;
|
|
3470
3470
|
}
|
|
3471
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
|
|
3471
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
|
|
3472
3472
|
background-color: #ea4434;
|
|
3473
3473
|
color: #fff;
|
|
3474
3474
|
}
|
|
3475
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar {
|
|
3475
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
|
|
3476
3476
|
background-color: #1d4fc4;
|
|
3477
3477
|
color: #fff;
|
|
3478
3478
|
}
|
|
3479
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
|
|
3479
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
|
|
3480
3480
|
background-color: #f00075;
|
|
3481
3481
|
color: #fff;
|
|
3482
3482
|
}
|
|
3483
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
|
|
3483
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
|
|
3484
3484
|
background-color: #e21b24;
|
|
3485
3485
|
color: #fff;
|
|
3486
3486
|
}
|
|
3487
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
|
|
3487
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
|
|
3488
3488
|
background-color: #0d66c2;
|
|
3489
3489
|
color: #fff;
|
|
3490
3490
|
}
|
|
3491
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
|
|
3491
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
|
|
3492
3492
|
background-color: #3288d4;
|
|
3493
3493
|
color: #fff;
|
|
3494
3494
|
}
|
|
3495
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
|
|
3495
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
|
|
3496
3496
|
background-color: #000;
|
|
3497
3497
|
color: #fff;
|
|
3498
3498
|
}
|
|
3499
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
|
|
3499
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
|
|
3500
3500
|
background-color: #f6405f;
|
|
3501
3501
|
color: #fff;
|
|
3502
3502
|
}
|
|
3503
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
|
|
3503
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
|
|
3504
3504
|
background-color: #000;
|
|
3505
3505
|
color: #fff;
|
|
3506
3506
|
}
|
|
3507
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
|
|
3507
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
|
|
3508
3508
|
background-color: #e60122;
|
|
3509
3509
|
color: #fff;
|
|
3510
3510
|
}
|
|
3511
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
|
|
3511
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
|
|
3512
3512
|
background-color: #ef4155;
|
|
3513
3513
|
color: #fff;
|
|
3514
3514
|
}
|
|
3515
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
|
|
3515
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
|
|
3516
3516
|
background-color: #ff4500;
|
|
3517
3517
|
color: #fff;
|
|
3518
3518
|
}
|
|
3519
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
|
|
3519
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
|
|
3520
3520
|
background-color: #0478d7;
|
|
3521
3521
|
color: #fff;
|
|
3522
3522
|
}
|
|
3523
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
|
|
3523
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
|
|
3524
3524
|
background-color: #fefc00;
|
|
3525
3525
|
color: #fff;
|
|
3526
3526
|
stroke: #000;
|
|
3527
3527
|
}
|
|
3528
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
|
|
3528
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
|
|
3529
3529
|
background-color: #ff5600;
|
|
3530
3530
|
color: #fff;
|
|
3531
3531
|
}
|
|
3532
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
|
|
3532
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
|
|
3533
3533
|
background-color: #1bd760;
|
|
3534
3534
|
color: #fff;
|
|
3535
3535
|
}
|
|
3536
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
|
|
3536
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
|
|
3537
3537
|
background-color: #2aabee;
|
|
3538
3538
|
color: #fff;
|
|
3539
3539
|
}
|
|
3540
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads {
|
|
3540
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
|
|
3541
3541
|
background-color: #000;
|
|
3542
3542
|
color: #fff;
|
|
3543
3543
|
}
|
|
3544
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
|
|
3544
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
|
|
3545
3545
|
background-color: #000;
|
|
3546
3546
|
color: #fff;
|
|
3547
3547
|
}
|
|
3548
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
|
|
3548
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
|
|
3549
3549
|
background-color: #011835;
|
|
3550
3550
|
color: #fff;
|
|
3551
3551
|
}
|
|
3552
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
|
|
3552
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
|
|
3553
3553
|
background-color: #6440a4;
|
|
3554
3554
|
color: #fff;
|
|
3555
3555
|
}
|
|
3556
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
|
|
3556
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
|
|
3557
3557
|
background-color: #1da1f2;
|
|
3558
3558
|
color: #fff;
|
|
3559
3559
|
}
|
|
3560
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
|
|
3560
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
|
|
3561
3561
|
background-color: #1eb7ea;
|
|
3562
3562
|
color: #fff;
|
|
3563
3563
|
}
|
|
3564
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
|
|
3564
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
|
|
3565
3565
|
background-color: #4680c2;
|
|
3566
3566
|
color: #fff;
|
|
3567
3567
|
}
|
|
3568
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
|
|
3568
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
|
|
3569
3569
|
background-color: #3499cd;
|
|
3570
3570
|
color: #fff;
|
|
3571
3571
|
}
|
|
3572
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
|
|
3572
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
|
|
3573
3573
|
background-color: #25d366;
|
|
3574
3574
|
color: #fff;
|
|
3575
3575
|
}
|
|
3576
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
|
|
3576
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
|
|
3577
3577
|
background-color: #000;
|
|
3578
3578
|
color: #fff;
|
|
3579
3579
|
}
|
|
3580
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
|
|
3580
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
|
|
3581
3581
|
background-color: #d32422;
|
|
3582
3582
|
color: #fff;
|
|
3583
3583
|
}
|
|
3584
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
|
|
3584
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
|
|
3585
3585
|
background-color: #f00;
|
|
3586
3586
|
color: #fff;
|
|
3587
3587
|
}
|
|
3588
3588
|
|
|
3589
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link {
|
|
3589
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
|
|
3590
3590
|
background: none;
|
|
3591
3591
|
}
|
|
3592
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
|
|
3592
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
|
|
3593
3593
|
width: 1.25em;
|
|
3594
3594
|
height: 1.25em;
|
|
3595
3595
|
}
|
|
3596
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
|
|
3596
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
|
|
3597
3597
|
color: #f90;
|
|
3598
3598
|
}
|
|
3599
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
|
|
3599
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
|
|
3600
3600
|
color: #1ea0c3;
|
|
3601
3601
|
}
|
|
3602
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
|
|
3602
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
|
|
3603
3603
|
color: #0757fe;
|
|
3604
3604
|
}
|
|
3605
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-bluesky {
|
|
3605
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
|
|
3606
3606
|
color: #0a7aff;
|
|
3607
3607
|
}
|
|
3608
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
|
|
3608
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
|
|
3609
3609
|
color: #1e1f26;
|
|
3610
3610
|
}
|
|
3611
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
|
|
3611
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
|
|
3612
3612
|
color: #02e49b;
|
|
3613
3613
|
}
|
|
3614
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
|
|
3614
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
|
|
3615
3615
|
color: #e94c89;
|
|
3616
3616
|
}
|
|
3617
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
|
|
3617
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
|
|
3618
3618
|
color: #4280ff;
|
|
3619
3619
|
}
|
|
3620
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
|
|
3620
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
|
|
3621
3621
|
color: #f45800;
|
|
3622
3622
|
}
|
|
3623
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
|
|
3623
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
|
|
3624
3624
|
color: #1778f2;
|
|
3625
3625
|
}
|
|
3626
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
|
|
3626
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
|
|
3627
3627
|
color: #000;
|
|
3628
3628
|
}
|
|
3629
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
|
|
3629
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
|
|
3630
3630
|
color: #0461dd;
|
|
3631
3631
|
}
|
|
3632
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
|
|
3632
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
|
|
3633
3633
|
color: #e65678;
|
|
3634
3634
|
}
|
|
3635
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
|
|
3635
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
|
|
3636
3636
|
color: #24292d;
|
|
3637
3637
|
}
|
|
3638
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
|
|
3638
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
|
|
3639
3639
|
color: #382110;
|
|
3640
3640
|
}
|
|
3641
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
|
|
3641
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
|
|
3642
3642
|
color: #ea4434;
|
|
3643
3643
|
}
|
|
3644
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar {
|
|
3644
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
|
|
3645
3645
|
color: #1d4fc4;
|
|
3646
3646
|
}
|
|
3647
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
|
|
3647
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
|
|
3648
3648
|
color: #f00075;
|
|
3649
3649
|
}
|
|
3650
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
|
|
3650
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
|
|
3651
3651
|
color: #e21b24;
|
|
3652
3652
|
}
|
|
3653
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
|
|
3653
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
|
|
3654
3654
|
color: #0d66c2;
|
|
3655
3655
|
}
|
|
3656
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
|
|
3656
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
|
|
3657
3657
|
color: #3288d4;
|
|
3658
3658
|
}
|
|
3659
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
|
|
3659
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
|
|
3660
3660
|
color: #000;
|
|
3661
3661
|
}
|
|
3662
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
|
|
3662
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
|
|
3663
3663
|
color: #f6405f;
|
|
3664
3664
|
}
|
|
3665
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
|
|
3665
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
|
|
3666
3666
|
color: #000;
|
|
3667
3667
|
}
|
|
3668
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
|
|
3668
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
|
|
3669
3669
|
color: #e60122;
|
|
3670
3670
|
}
|
|
3671
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
|
|
3671
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
|
|
3672
3672
|
color: #ef4155;
|
|
3673
3673
|
}
|
|
3674
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
|
|
3674
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
|
|
3675
3675
|
color: #ff4500;
|
|
3676
3676
|
}
|
|
3677
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
|
|
3677
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
|
|
3678
3678
|
color: #0478d7;
|
|
3679
3679
|
}
|
|
3680
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
|
|
3680
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
|
|
3681
3681
|
color: #fff;
|
|
3682
3682
|
stroke: #000;
|
|
3683
3683
|
}
|
|
3684
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
|
|
3684
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
|
|
3685
3685
|
color: #ff5600;
|
|
3686
3686
|
}
|
|
3687
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
|
|
3687
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
|
|
3688
3688
|
color: #1bd760;
|
|
3689
3689
|
}
|
|
3690
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
|
|
3690
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
|
|
3691
3691
|
color: #2aabee;
|
|
3692
3692
|
}
|
|
3693
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-threads {
|
|
3693
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
|
|
3694
3694
|
color: #000;
|
|
3695
3695
|
}
|
|
3696
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
|
|
3696
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
|
|
3697
3697
|
color: #000;
|
|
3698
3698
|
}
|
|
3699
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
|
|
3699
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
|
|
3700
3700
|
color: #011835;
|
|
3701
3701
|
}
|
|
3702
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
|
|
3702
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
|
|
3703
3703
|
color: #6440a4;
|
|
3704
3704
|
}
|
|
3705
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
|
|
3705
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
|
|
3706
3706
|
color: #1da1f2;
|
|
3707
3707
|
}
|
|
3708
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
|
|
3708
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
|
|
3709
3709
|
color: #1eb7ea;
|
|
3710
3710
|
}
|
|
3711
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
|
|
3711
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
|
|
3712
3712
|
color: #4680c2;
|
|
3713
3713
|
}
|
|
3714
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
|
|
3714
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
|
|
3715
3715
|
color: #25d366;
|
|
3716
3716
|
}
|
|
3717
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
|
|
3717
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
|
|
3718
3718
|
color: #3499cd;
|
|
3719
3719
|
}
|
|
3720
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-x {
|
|
3720
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
|
|
3721
3721
|
color: #000;
|
|
3722
3722
|
}
|
|
3723
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
|
|
3723
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
|
|
3724
3724
|
color: #d32422;
|
|
3725
3725
|
}
|
|
3726
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
|
|
3726
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
|
|
3727
3727
|
color: #f00;
|
|
3728
3728
|
}
|
|
3729
3729
|
|