remove --gray

This commit is contained in:
Geoff Doty 2024-05-17 17:29:09 -04:00
parent 01fe1f9ef9
commit 8303bbfae0
1 changed files with 1 additions and 4 deletions

View File

@ -8,7 +8,6 @@
--white: #FFF;
--black: #000;
--gray: #777;
--light: #EEE;
--dark: #222;
@ -227,9 +226,7 @@ button, input[type="reset"],input[type="submit"] {
}
button[disabled], button[disabled]:hover {
color: var(--gray);
background-color: var(--light);
border: 1px solid var(--gray);
filter: brightness(75%);
cursor: not-allowed;
pointer-events: none;
}