Fix missing the green color for the y square at the top of the column

This commit is contained in:
Nicolas Saillant 2023-03-09 15:03:10 +01:00
parent 3e1458a2d5
commit 0921648308
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ TD.error {background-color: rgb(100%,50%,50%)}
TD.na {background-color: white;}
TD.requirements { background-color: rgb(65%,65%,100%) }
TD.ok {background-color: rgb(44%,88%,44%)}
TH.ok {background-color: rgb(44%,88%,44%)}
TH.warning {background-color: rgb(100%,100%,50%)}
TH.third_party_warning {background-color: rgb(75%,100%,50%)}
TH.error {background-color: rgb(100%,50%,50%)}