IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
255 | 255 | padding: 0.428571429rem 0.714285714rem; |
256 | 256 | } |
257 | 257 | |
258 | | .entry-content .wp-block-button__link, |
259 | | .entry-content .wp-block-button__link:visited { |
| 258 | .wp-block-button__link, |
| 259 | .wp-block-button__link:visited { |
260 | 260 | background-color: #e6e6e6; |
261 | 261 | color: #7c7c7c; |
262 | 262 | } |
263 | 263 | |
264 | 264 | .wp-block-button.is-style-outline .wp-block-button__link, |
265 | 265 | .wp-block-button.is-style-outline .wp-block-button__link:visited { |
266 | | background-color: inherit; |
267 | 266 | border-color: inherit; |
268 | 267 | } |
269 | 268 | |
270 | | .entry-content .wp-block-button__link:hover, |
271 | | .entry-content .wp-block-button__link:visited:hover, |
272 | | .entry-content .wp-block-button__link:focus { |
| 269 | .wp-block-button__link:hover, |
| 270 | .wp-block-button__link:visited:hover, |
| 271 | .wp-block-button__link:focus { |
273 | 272 | background-color: #ebebeb; |
274 | 273 | color: #5e5e5e; |
275 | 274 | } |
276 | 275 | |
277 | | .entry-content .wp-block-button__link:active { |
| 276 | .wp-block-button__link:active { |
278 | 277 | background-color: #e1e1e1; |
279 | 278 | color: #757575; |
280 | 279 | } |
… |
… |
|
392 | 391 | 6.0 Blocks - Colors |
393 | 392 | --------------------------------------------------------------*/ |
394 | 393 | |
395 | | .entry-content .has-blue-color, |
396 | | .entry-content .has-blue-color:visited { |
| 394 | .has-blue-color, |
| 395 | /*.widget_block .has-blue-color,*/ |
| 396 | .has-blue-color:visited |
| 397 | /*.widget_block .has-blue-color:visited*/ { |
397 | 398 | color: #21759b; |
398 | 399 | } |
399 | 400 | |
400 | | .entry-content .has-blue-background-color, |
401 | | .entry-content .has-blue-background-color:visited { |
| 401 | .has-blue-background-color, |
| 402 | /*.widget_block .has-blue-background-color,*/ |
| 403 | .has-blue-background-color:visited |
| 404 | /*.widget_block .has-blue-background-color:visited*/ { |
402 | 405 | background-color: #21759b; |
403 | 406 | } |
404 | 407 | |
405 | | .entry-content .has-dark-gray-color, |
406 | | .entry-content .has-dark-gray-color:visited { |
| 408 | .has-dark-gray-color, |
| 409 | /*.widget_block .has-dark-gray-color,*/ |
| 410 | .has-dark-gray-color:visited |
| 411 | /*.widget_block .has-dark-gray-color:visited*/ { |
407 | 412 | color: #373737; |
408 | 413 | } |
409 | 414 | |
410 | | .entry-content .has-dark-gray-background-color, |
411 | | .entry-content .has-dark-gray-background-color:visited { |
| 415 | .has-dark-gray-background-color, |
| 416 | .has-dark-gray-background-color:visited { |
412 | 417 | background-color: #373737; |
413 | 418 | } |
414 | 419 | |
415 | | .entry-content .has-medium-gray-color, |
416 | | .entry-content .has-medium-gray-color:visited { |
| 420 | .has-medium-gray-color, |
| 421 | .has-medium-gray-color:visited { |
417 | 422 | color: #9f9f9f; |
418 | 423 | } |
419 | 424 | |
420 | | .entry-content .has-medium-gray-background-color, |
421 | | .entry-content .has-medium-gray-background-color:visited { |
| 425 | .has-medium-gray-background-color, |
| 426 | .has-medium-gray-background-color:visited { |
422 | 427 | background-color: #9f9f9f; |
423 | 428 | } |
424 | 429 | |
425 | | .entry-content .has-light-gray-color, |
426 | | .entry-content .has-light-gray-color:visited { |
| 430 | .has-light-gray-color, |
| 431 | .has-light-gray-color:visited { |
427 | 432 | color: #e6e6e6; |
428 | 433 | } |
429 | 434 | |
430 | | .entry-content .has-light-gray-background-color, |
431 | | .entry-content .has-light-gray-background-color:visited { |
| 435 | .has-light-gray-background-color, |
| 436 | .has-light-gray-background-color:visited { |
432 | 437 | background-color: #e6e6e6; |
433 | 438 | } |
434 | 439 | |
435 | | .entry-content .has-white-color, |
436 | | .entry-content .has-white-color:visited { |
| 440 | .has-white-color, |
| 441 | .has-white-color:visited { |
437 | 442 | color: #fff; |
438 | 443 | } |
439 | 444 | |
440 | | .entry-content .has-white-background-color, |
441 | | .entry-content .has-white-background-color:visited { |
| 445 | .has-white-background-color, |
| 446 | .has-white-background-color:visited { |
442 | 447 | background-color: #fff; |
443 | 448 | } |
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
662 | 662 | margin-left: 36px; |
663 | 663 | margin-left: 2.571428571rem; |
664 | 664 | } |
665 | | .widget-area .widget a { |
| 665 | .widget-area .widget a:not(.wp-block-button__link) { |
666 | 666 | color: #757575; |
667 | 667 | } |
668 | | .widget-area .widget a:hover { |
| 668 | .widget-area .widget a:not(.wp-block-button__link):hover { |
669 | 669 | color: #21759b; |
670 | 670 | } |
671 | | .widget-area .widget a:visited { |
| 671 | .widget-area .widget a:not(.wp-block-button__link):visited { |
672 | 672 | color: #9f9f9f; |
673 | 673 | } |
674 | 674 | .widget-area #s { |