Brighten yellow for pending

This commit is contained in:
Michael Miller 2021-08-19 13:45:22 -06:00
parent 5d90a99d8e
commit 09414e611b
No known key found for this signature in database
GPG Key ID: FB9F12F7C646A4AD
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ body {
}
#summary.pending, #pending-list, #example-list li.example.pending {
border-left: #aaaa00 solid 0.5em;
border-left: #eeee00 solid 0.5em;
}
.totals {
@ -54,7 +54,7 @@ body {
}
.result.pending {
color: #aaaa00;
color: #666666;
}
span {