Improve accessibility on contrast themes (#751)

This commit is contained in:
Prospector
2022-11-20 12:50:10 -08:00
committed by GitHub
parent e297dff0d4
commit 1cf75a7169
2 changed files with 7 additions and 2 deletions

View File

@@ -301,7 +301,7 @@ textarea {
padding: 0.5rem 1rem;
font-weight: var(--font-weight-medium);
border: none;
outline: none;
outline: 2px solid transparent;
box-shadow: var(--shadow-inset-sm), 0 0 0 0 transparent;
transition: box-shadow 0.1s ease-in-out;
min-height: 40px;
@@ -331,7 +331,7 @@ textarea {
button, input[type=button] {
cursor: pointer;
border: none;
outline: none;
outline: 2px solid transparent;
}
kbd {