@@ -153,7 +153,7 @@ a {
}
a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
- outline: 1px dotted currentColor;
+ outline: 1px dotted var(--wp--custom--color--primary);
outline-offset: 0.1em;
text-decoration: none;
@@ -37,7 +37,7 @@ a {
a:not(.ab-item):not(.screen-reader-shortcut) {
&:active,
&:focus {