diff --git src/wp-content/themes/twentytwentythree/theme.json src/wp-content/themes/twentytwentythree/theme.json
index ba78a4a50f..7a284707a7 100644
|
|
|
595 | 595 | }, |
596 | 596 | "elements": { |
597 | 597 | "button": { |
| 598 | "outline": { |
| 599 | "offset": "3px", |
| 600 | "width": "3px", |
| 601 | "style": "dashed", |
| 602 | "color": "red" |
| 603 | }, |
598 | 604 | "border": { |
599 | 605 | "radius": "0" |
600 | 606 | }, |
… |
… |
|
606 | 612 | "color": { |
607 | 613 | "background": "var(--wp--preset--color--contrast)", |
608 | 614 | "text": "var(--wp--preset--color--base)" |
| 615 | }, |
| 616 | "outline": { |
| 617 | "offset": "3px", |
| 618 | "width": "3px", |
| 619 | "style": "solid", |
| 620 | "color": "blue" |
609 | 621 | } |
610 | 622 | }, |
611 | 623 | ":focus": { |