Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
swap colors
  • Loading branch information
TimToady committed Aug 2, 2011
1 parent 46799e5 commit 3eb9869
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/style.css
Expand Up @@ -250,14 +250,14 @@ dl#botlist dd {
}

#features {
background: #80b5ff;
border-color: #63a4ff;
background: #c0e472;
border-color: #8bc313;
height: auto;
}

#supplementals {
background: #c0e472;
border-color: #8bc313;
background: #80b5ff;
border-color: #63a4ff;
height: auto;
}

Expand Down

0 comments on commit 3eb9869

Please sign in to comment.