diff --git a/examples/docs/public/index.css b/examples/docs/public/index.css index c5ae87f5c..4944ddbd4 100644 --- a/examples/docs/public/index.css +++ b/examples/docs/public/index.css @@ -224,7 +224,8 @@ button:hover { border-radius: 99em; background-color: var(--theme-bg); } -#theme-toggle:focus-within { + +#theme-toggle > label:focus-within { outline: 2px solid transparent; box-shadow: 0 0 0 0.08em var(--theme-accent), 0 0 0 0.12em white; }