new focus outline

This commit is contained in:
booploops 2022-02-25 19:13:14 -08:00
parent bd01fcfdef
commit 03857e40b5

View file

@ -44,6 +44,10 @@
--replayGradient: linear-gradient(45deg, hsl(248deg 58% 29%), hsl(13deg 41% 42%)); --replayGradient: linear-gradient(45deg, hsl(248deg 58% 29%), hsl(13deg 41% 42%));
} }
*:focus-visible {
outline:2px solid var(--keyColor);
}
html, html,
body { body {
margin: 0; margin: 0;