diff --git a/patterns/hidden-404.php b/patterns/hidden-404.php index 742dda9..f530418 100644 --- a/patterns/hidden-404.php +++ b/patterns/hidden-404.php @@ -22,7 +22,7 @@ - + \ No newline at end of file diff --git a/theme.json b/theme.json index a8dccbb..2b09908 100644 --- a/theme.json +++ b/theme.json @@ -1156,20 +1156,21 @@ } }, ":focus": { - "border": { - "style": "dotted", - "width": "1px" - }, "color": { "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", "text": "var(--wp--preset--color--theme-1)" }, "outline": { - "offset": "4px" + "color": "var(--wp--preset--color--theme-2)", + "offset": "4px", + "style": "dotted", + "width": "1px" } }, ":focus-visible": { - "border": { + "outline": { + "color": "var(--wp--preset--color--theme-2)", + "offset": "4px", "style": "dotted", "width": "1px" }