Skip to content

Commit

Permalink
Fix comment color.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed May 14, 2013
1 parent 1482bc4 commit 5bb8d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/static/app-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ a:hover {
.pln { color: #000; }
.str { color: #399395; }
.kwd { color: #666; }
.com { color: #800; }
.com { color: #399395; }
.typ { color: #222; }
.lit { color: #666; }
.pun { color: #888; }
Expand Down

0 comments on commit 5bb8d57

Please sign in to comment.