Merge pull request #39 from ygg2/main

re-apply standard focus colors (you can change the color in themes)
This commit is contained in:
MathMan05 2024-07-29 16:37:11 -05:00 committed by GitHub
commit 700c8f6dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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