Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
pick slightly more legible colors.
  • Loading branch information
coke committed Jul 25, 2011
1 parent fa8c84a commit 8bc2ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.html
Expand Up @@ -11,12 +11,12 @@
color: white;
}
.partial {
background-color: #fff8dc;
background-color: #87cefa;
color: black;
}
.missing {
background-color: #ff7f50;
color: black;
color: white;
}
.implemented, .partial, .missing {
text-align: center;
Expand Down

0 comments on commit 8bc2ad0

Please sign in to comment.