accessibility: always hilight focused elements

This commit is contained in:
ed 2021-09-14 00:46:53 +02:00
parent 17d78b1469
commit 22b1373a57

View file

@ -246,6 +246,17 @@ html.light #tt em {
#repl_pre {
max-width: 24em;
}
*:focus,
#pctl *:focus,
.btn:focus {
box-shadow: 0 .1em .2em #fc0 inset;
border-radius: .2em;
}
html.light *:focus,
html.light #pctl *:focus,
html.light .btn:focus {
box-shadow: 0 .1em .2em #037 inset;
}