style: use thinner focus styling

This commit is contained in:
Miodec 2023-09-19 17:17:01 +01:00
parent f53a4a5286
commit f63e6a227b

View file

@ -57,7 +57,7 @@ input[type="range"] {
}
}
&:focus-visible {
box-shadow: 0 0 0 0.15em var(--text-color);
box-shadow: 0 0 0 0.1em var(--bg-color), 0 0 0 0.2em var(--text-color);
}
}