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
improved color scheme
  • Loading branch information
Carl Masak committed Jul 25, 2011
1 parent 8a260b4 commit 3767f94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template.html
Expand Up @@ -7,15 +7,15 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css">
.implemented {
background-color: #11AA11;
background-color: #3c3;
color: white;
}
.partial {
background-color: #87cefa;
background-color: #fb4;
color: black;
}
.missing {
background-color: #ff7f50;
background-color: #f22;
color: white;
}
.implemented, .partial, .missing {
Expand Down

0 comments on commit 3767f94

Please sign in to comment.