@wordpress/block-library 9.0.4 → 9.0.6
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/post-comments-form/style-rtl.css +11 -10
- package/build-style/post-comments-form/style.css +11 -10
- 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 +102 -101
- package/build-style/style.css +102 -101
- package/package.json +6 -6
- package/src/block/block.json +5 -1
- package/src/image/image.js +12 -9
- package/src/image/index.php +26 -5
- package/src/list-item/hooks/use-merge.js +19 -5
- package/src/media-text/edit.js +3 -2
- package/src/post-comments-form/style.scss +15 -12
- 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
|
@@ -162,326 +162,326 @@
|
|
|
162
162
|
fill: currentColor;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
|
|
165
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
|
|
166
166
|
background-color: #f0f0f0;
|
|
167
167
|
color: #444;
|
|
168
168
|
}
|
|
169
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
|
|
169
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
|
|
170
170
|
background-color: #f90;
|
|
171
171
|
color: #fff;
|
|
172
172
|
}
|
|
173
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
|
|
173
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
|
|
174
174
|
background-color: #1ea0c3;
|
|
175
175
|
color: #fff;
|
|
176
176
|
}
|
|
177
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
|
|
177
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
|
|
178
178
|
background-color: #0757fe;
|
|
179
179
|
color: #fff;
|
|
180
180
|
}
|
|
181
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bluesky {
|
|
181
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
|
|
182
182
|
background-color: #0a7aff;
|
|
183
183
|
color: #fff;
|
|
184
184
|
}
|
|
185
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
|
|
185
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
|
|
186
186
|
background-color: #1e1f26;
|
|
187
187
|
color: #fff;
|
|
188
188
|
}
|
|
189
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
|
|
189
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
|
|
190
190
|
background-color: #02e49b;
|
|
191
191
|
color: #fff;
|
|
192
192
|
}
|
|
193
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
|
|
193
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
|
|
194
194
|
background-color: #e94c89;
|
|
195
195
|
color: #fff;
|
|
196
196
|
}
|
|
197
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
|
|
197
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
|
|
198
198
|
background-color: #4280ff;
|
|
199
199
|
color: #fff;
|
|
200
200
|
}
|
|
201
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
|
|
201
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
|
|
202
202
|
background-color: #f45800;
|
|
203
203
|
color: #fff;
|
|
204
204
|
}
|
|
205
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
|
|
205
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
|
|
206
206
|
background-color: #1778f2;
|
|
207
207
|
color: #fff;
|
|
208
208
|
}
|
|
209
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
|
|
209
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
|
|
210
210
|
background-color: #000;
|
|
211
211
|
color: #fff;
|
|
212
212
|
}
|
|
213
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
|
|
213
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
|
|
214
214
|
background-color: #0461dd;
|
|
215
215
|
color: #fff;
|
|
216
216
|
}
|
|
217
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
|
|
217
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
|
|
218
218
|
background-color: #e65678;
|
|
219
219
|
color: #fff;
|
|
220
220
|
}
|
|
221
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
|
|
221
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
|
|
222
222
|
background-color: #24292d;
|
|
223
223
|
color: #fff;
|
|
224
224
|
}
|
|
225
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
|
|
225
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
|
|
226
226
|
background-color: #eceadd;
|
|
227
227
|
color: #382110;
|
|
228
228
|
}
|
|
229
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
|
|
229
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
|
|
230
230
|
background-color: #ea4434;
|
|
231
231
|
color: #fff;
|
|
232
232
|
}
|
|
233
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar {
|
|
233
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
|
|
234
234
|
background-color: #1d4fc4;
|
|
235
235
|
color: #fff;
|
|
236
236
|
}
|
|
237
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
|
|
237
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
|
|
238
238
|
background-color: #f00075;
|
|
239
239
|
color: #fff;
|
|
240
240
|
}
|
|
241
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
|
|
241
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
|
|
242
242
|
background-color: #e21b24;
|
|
243
243
|
color: #fff;
|
|
244
244
|
}
|
|
245
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
|
|
245
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
|
|
246
246
|
background-color: #0d66c2;
|
|
247
247
|
color: #fff;
|
|
248
248
|
}
|
|
249
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
|
|
249
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
|
|
250
250
|
background-color: #3288d4;
|
|
251
251
|
color: #fff;
|
|
252
252
|
}
|
|
253
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
|
|
253
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
|
|
254
254
|
background-color: #000;
|
|
255
255
|
color: #fff;
|
|
256
256
|
}
|
|
257
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
|
|
257
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
|
|
258
258
|
background-color: #f6405f;
|
|
259
259
|
color: #fff;
|
|
260
260
|
}
|
|
261
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
|
|
261
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
|
|
262
262
|
background-color: #000;
|
|
263
263
|
color: #fff;
|
|
264
264
|
}
|
|
265
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
|
|
265
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
|
|
266
266
|
background-color: #e60122;
|
|
267
267
|
color: #fff;
|
|
268
268
|
}
|
|
269
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
|
|
269
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
|
|
270
270
|
background-color: #ef4155;
|
|
271
271
|
color: #fff;
|
|
272
272
|
}
|
|
273
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
|
|
273
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
|
|
274
274
|
background-color: #ff4500;
|
|
275
275
|
color: #fff;
|
|
276
276
|
}
|
|
277
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
|
|
277
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
|
|
278
278
|
background-color: #0478d7;
|
|
279
279
|
color: #fff;
|
|
280
280
|
}
|
|
281
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
|
|
281
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
|
|
282
282
|
background-color: #fefc00;
|
|
283
283
|
color: #fff;
|
|
284
284
|
stroke: #000;
|
|
285
285
|
}
|
|
286
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
|
|
286
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
|
|
287
287
|
background-color: #ff5600;
|
|
288
288
|
color: #fff;
|
|
289
289
|
}
|
|
290
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
|
|
290
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
|
|
291
291
|
background-color: #1bd760;
|
|
292
292
|
color: #fff;
|
|
293
293
|
}
|
|
294
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
|
|
294
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
|
|
295
295
|
background-color: #2aabee;
|
|
296
296
|
color: #fff;
|
|
297
297
|
}
|
|
298
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads {
|
|
298
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
|
|
299
299
|
background-color: #000;
|
|
300
300
|
color: #fff;
|
|
301
301
|
}
|
|
302
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
|
|
302
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
|
|
303
303
|
background-color: #000;
|
|
304
304
|
color: #fff;
|
|
305
305
|
}
|
|
306
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
|
|
306
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
|
|
307
307
|
background-color: #011835;
|
|
308
308
|
color: #fff;
|
|
309
309
|
}
|
|
310
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
|
|
310
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
|
|
311
311
|
background-color: #6440a4;
|
|
312
312
|
color: #fff;
|
|
313
313
|
}
|
|
314
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
|
|
314
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
|
|
315
315
|
background-color: #1da1f2;
|
|
316
316
|
color: #fff;
|
|
317
317
|
}
|
|
318
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
|
|
318
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
|
|
319
319
|
background-color: #1eb7ea;
|
|
320
320
|
color: #fff;
|
|
321
321
|
}
|
|
322
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
|
|
322
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
|
|
323
323
|
background-color: #4680c2;
|
|
324
324
|
color: #fff;
|
|
325
325
|
}
|
|
326
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
|
|
326
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
|
|
327
327
|
background-color: #3499cd;
|
|
328
328
|
color: #fff;
|
|
329
329
|
}
|
|
330
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
|
|
330
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
|
|
331
331
|
background-color: #25d366;
|
|
332
332
|
color: #fff;
|
|
333
333
|
}
|
|
334
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
|
|
334
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
|
|
335
335
|
background-color: #000;
|
|
336
336
|
color: #fff;
|
|
337
337
|
}
|
|
338
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
|
|
338
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
|
|
339
339
|
background-color: #d32422;
|
|
340
340
|
color: #fff;
|
|
341
341
|
}
|
|
342
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
|
|
342
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
|
|
343
343
|
background-color: #f00;
|
|
344
344
|
color: #fff;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link {
|
|
347
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
|
|
348
348
|
background: none;
|
|
349
349
|
}
|
|
350
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
|
|
350
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
|
|
351
351
|
width: 1.25em;
|
|
352
352
|
height: 1.25em;
|
|
353
353
|
}
|
|
354
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
|
|
354
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
|
|
355
355
|
color: #f90;
|
|
356
356
|
}
|
|
357
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
|
|
357
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
|
|
358
358
|
color: #1ea0c3;
|
|
359
359
|
}
|
|
360
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
|
|
360
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
|
|
361
361
|
color: #0757fe;
|
|
362
362
|
}
|
|
363
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-bluesky {
|
|
363
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
|
|
364
364
|
color: #0a7aff;
|
|
365
365
|
}
|
|
366
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
|
|
366
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
|
|
367
367
|
color: #1e1f26;
|
|
368
368
|
}
|
|
369
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
|
|
369
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
|
|
370
370
|
color: #02e49b;
|
|
371
371
|
}
|
|
372
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
|
|
372
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
|
|
373
373
|
color: #e94c89;
|
|
374
374
|
}
|
|
375
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
|
|
375
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
|
|
376
376
|
color: #4280ff;
|
|
377
377
|
}
|
|
378
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
|
|
378
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
|
|
379
379
|
color: #f45800;
|
|
380
380
|
}
|
|
381
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
|
|
381
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
|
|
382
382
|
color: #1778f2;
|
|
383
383
|
}
|
|
384
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
|
|
384
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
|
|
385
385
|
color: #000;
|
|
386
386
|
}
|
|
387
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
|
|
387
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
|
|
388
388
|
color: #0461dd;
|
|
389
389
|
}
|
|
390
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
|
|
390
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
|
|
391
391
|
color: #e65678;
|
|
392
392
|
}
|
|
393
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
|
|
393
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
|
|
394
394
|
color: #24292d;
|
|
395
395
|
}
|
|
396
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
|
|
396
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
|
|
397
397
|
color: #382110;
|
|
398
398
|
}
|
|
399
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
|
|
399
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
|
|
400
400
|
color: #ea4434;
|
|
401
401
|
}
|
|
402
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar {
|
|
402
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
|
|
403
403
|
color: #1d4fc4;
|
|
404
404
|
}
|
|
405
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
|
|
405
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
|
|
406
406
|
color: #f00075;
|
|
407
407
|
}
|
|
408
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
|
|
408
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
|
|
409
409
|
color: #e21b24;
|
|
410
410
|
}
|
|
411
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
|
|
411
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
|
|
412
412
|
color: #0d66c2;
|
|
413
413
|
}
|
|
414
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
|
|
414
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
|
|
415
415
|
color: #3288d4;
|
|
416
416
|
}
|
|
417
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
|
|
417
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
|
|
418
418
|
color: #000;
|
|
419
419
|
}
|
|
420
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
|
|
420
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
|
|
421
421
|
color: #f6405f;
|
|
422
422
|
}
|
|
423
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
|
|
423
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
|
|
424
424
|
color: #000;
|
|
425
425
|
}
|
|
426
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
|
|
426
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
|
|
427
427
|
color: #e60122;
|
|
428
428
|
}
|
|
429
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
|
|
429
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
|
|
430
430
|
color: #ef4155;
|
|
431
431
|
}
|
|
432
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
|
|
432
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
|
|
433
433
|
color: #ff4500;
|
|
434
434
|
}
|
|
435
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
|
|
435
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
|
|
436
436
|
color: #0478d7;
|
|
437
437
|
}
|
|
438
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
|
|
438
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
|
|
439
439
|
color: #fff;
|
|
440
440
|
stroke: #000;
|
|
441
441
|
}
|
|
442
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
|
|
442
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
|
|
443
443
|
color: #ff5600;
|
|
444
444
|
}
|
|
445
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
|
|
445
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
|
|
446
446
|
color: #1bd760;
|
|
447
447
|
}
|
|
448
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
|
|
448
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
|
|
449
449
|
color: #2aabee;
|
|
450
450
|
}
|
|
451
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-threads {
|
|
451
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
|
|
452
452
|
color: #000;
|
|
453
453
|
}
|
|
454
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
|
|
454
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
|
|
455
455
|
color: #000;
|
|
456
456
|
}
|
|
457
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
|
|
457
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
|
|
458
458
|
color: #011835;
|
|
459
459
|
}
|
|
460
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
|
|
460
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
|
|
461
461
|
color: #6440a4;
|
|
462
462
|
}
|
|
463
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
|
|
463
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
|
|
464
464
|
color: #1da1f2;
|
|
465
465
|
}
|
|
466
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
|
|
466
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
|
|
467
467
|
color: #1eb7ea;
|
|
468
468
|
}
|
|
469
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
|
|
469
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
|
|
470
470
|
color: #4680c2;
|
|
471
471
|
}
|
|
472
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
|
|
472
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
|
|
473
473
|
color: #25d366;
|
|
474
474
|
}
|
|
475
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
|
|
475
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
|
|
476
476
|
color: #3499cd;
|
|
477
477
|
}
|
|
478
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-x {
|
|
478
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
|
|
479
479
|
color: #000;
|
|
480
480
|
}
|
|
481
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
|
|
481
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
|
|
482
482
|
color: #d32422;
|
|
483
483
|
}
|
|
484
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
|
|
484
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
|
|
485
485
|
color: #f00;
|
|
486
486
|
}
|
|
487
487
|
|