Skip to content

Commit cc70fbd

Browse files
add ring color
1 parent 8586d63 commit cc70fbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ a:hover {
2626
color: #535bf2;
2727
}
2828

29+
button:focus,
30+
button:focus-visible {
31+
outline: 4px auto -webkit-focus-ring-color;
32+
}
33+
2934
body {
3035
margin: 0;
3136
place-items: center;

0 commit comments

Comments
 (0)