Skip to content

Commit

Permalink
Add color variants to demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Feb 3, 2014
1 parent 69caaa3 commit 0499673
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@
.content p {
font-weight: 200;
}

/* The default background color is #c00 */
.right-bottom .github-fork-ribbon {
background-color: #090;
}

.right .github-fork-ribbon {
background-color: #f80;
}

.left-bottom .github-fork-ribbon {
background-color: #333;
}
</style>

<!-- START COPYING HERE -->
Expand Down

0 comments on commit 0499673

Please sign in to comment.