Skip to content

Commit

Permalink
Tweak some colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jan 30, 2012
1 parent 289a70a commit 921c68e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,24 +182,24 @@ li.repo h3 {
height: 0;
border-bottom: 50px solid transparent;
border-left: 50px solid transparent;
border-right: 50px solid red;
border-right: 50px solid #0080b0;
pointer-events: none;
}

.repo.javascript::after {
border-right-color: #0080b0;
border-right-color: #333;
}

.repo.scala::after {
border-right-color: #7ac9de;
}

.repo.ruby::after {
border-right-color: #b60202;
border-right-color: #cc1100;
}

.repo.java::after {
border-right-color: brown;
border-right-color: #cc8300;
}

.repo.python::after {
Expand Down

0 comments on commit 921c68e

Please sign in to comment.