You've already forked AstralRinth
forked from didirus/AstralRinth
Improve accessibility on contrast themes (#751)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user