mid-tone tweaks

This commit is contained in:
Geoff Doty 2024-05-17 17:33:42 -04:00
parent 8303bbfae0
commit 9461cf57f7
1 changed files with 3 additions and 1 deletions

View File

@ -219,6 +219,8 @@ input[type="radio"]{
margin-top: .25rem;
}
input::placeholder {color: var(--mg)}
button, input[type="reset"],input[type="submit"] {
display: inline-block;
border-radius: var(--radius);
@ -263,7 +265,7 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov
select:disabled, textarea:disabled,input:disabled {
cursor: not-allowed;
pointer-events: none;
border-color: var(--mg);
filter: brightness(95%);
}
select:focus,textarea:focus,input:focus {