feat: set focus outline of all items to light gray

This commit is contained in:
SauceyRed 2025-05-29 04:52:53 +02:00
parent fb85a2a33f
commit cedf3c201f
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -18,6 +18,10 @@ body {
margin: 0;
}
*:focus-visible {
outline: 1px solid rgb(150, 150, 150);
}
a {
color: aquamarine;
}