wait there's still a textarea (bio)

This commit is contained in:
ygg2 2024-07-26 16:43:32 -04:00
parent 029398cad4
commit afb14c22d5

View file

@ -625,6 +625,7 @@ textarea {
}
input[type=text]:focus-visible,
input[type=password]:focus-visible,
textarea:focus-visible,
#typebox:focus-visible {
outline: 2px solid var(--focus);
}