Skip to content

Commit a130766

Browse files
committed
Update link focus ring
1 parent 494c6ca commit a130766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body:has([data-resizing="true"]) * {
5151
}
5252

5353
.link {
54-
@apply rounded-xs underline decoration-text-secondary decoration-dotted decoration-1 underline-offset-[3px] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-border-focus;
54+
@apply focus-ring rounded-xs underline decoration-text-secondary decoration-dotted decoration-1 underline-offset-[3px];
5555
}
5656

5757
.link:hover {

0 commit comments

Comments
 (0)