change color of ugly contract button

This commit is contained in:
2022-03-05 15:19:30 -05:00
parent 1eaacb7ce1
commit 2d04dca0ac
+2 -2
View File
@@ -87,8 +87,8 @@ input[name="btnIssue4Eval"] {
input[name="btnContract"] {
padding: 0.3em 0;
background-color: var(--green);
color: var(--darkgray);
background-color: var(--darkgray);
color: var(--white);
}
input[name="btnExpandRepairHistory"] {