update focus rule since typebox isn't textarea

feel free to change the theme focus colors, didn't know what to pick and browsers vary
This commit is contained in:
ygg2 2024-07-26 16:42:41 -04:00
parent 514f81ee8b
commit 029398cad4

View file

@ -623,7 +623,9 @@ textarea {
height: 1.5in; height: 1.5in;
font-size: .75rem; font-size: .75rem;
} }
textarea:focus-visible { input[type=text]:focus-visible,
input[type=password]:focus-visible,
#typebox:focus-visible {
outline: 2px solid var(--focus); outline: 2px solid var(--focus);
} }
.channels { .channels {