Skip to content

Commit e3a3fbd

Browse files
committed
outline nit
1 parent 371e688 commit e3a3fbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ button:disabled {
6161
cursor: pointer;
6262
}
6363

64+
:focus-visible{
65+
outline: var(--color-accent) 1px solid;
66+
outline-offset: -2px;
67+
}
68+
6469
a {
6570
text-decoration: inherit;
6671
}

0 commit comments

Comments
 (0)