Skip to content

Commit 9d9c81c

Browse files
committed
fix: outline
1 parent 20af9de commit 9d9c81c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,11 @@ html[data-theme="dark"] {
435435
}
436436

437437
html[data-theme="dark"] *:focus-visible {
438-
outline: 2px solid var(--bluecheese40) !important;
438+
/* outline: 2px solid var(--bluecheese40) !important; */
439439
}
440440

441441
html *:focus-visible {
442-
outline: 2px solid var(--bluecheese60) !important;
442+
/* outline: 2px solid var(--bluecheese60) !important; */
443443
/* A11y contrast not high enough, suggest Blue Cheese 90
444444
#009FB3 but needs discussion with Tsahi */
445445
}

0 commit comments

Comments
 (0)