Skip to content

Commit a53f43f

Browse files
committed
adjust outline for focused elments
1 parent fdb15d9 commit a53f43f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
-webkit-user-select: none !important;
3333
-webkit-touch-callout: none !important;
3434
}
35+
*:focus, *:focus-visible, [data-focusvisible-polyfill] {
36+
outline: 1px solid #0185ff;
37+
}
3538
</style>
3639
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
3740
<link rel="shortcut icon" id="favicon" href="/favicon.png">

0 commit comments

Comments
 (0)