Skip to content

Commit 9489327

Browse files
authored
Update full.css
1 parent 106bae9 commit 9489327

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

full.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ html, body {
1515
inset: 0;
1616
z-index: 1000;
1717
pointer-events: none;
18-
box-shadow: inset 0 0 0 2px rgb(104 187 228 / 50%);
18+
box-shadow: inset 0 0 0 2px hsl(223deg 86% 64% / 50%);
19+
}
20+
21+
:focus-visible {
22+
box-shadow: 0 0 0 2px hsl(223deg 86% 64% / 50%);
23+
outline: none;
24+
border-radius: 2px;
1925
}
2026

2127
::selection {

0 commit comments

Comments
 (0)