Skip to content

Commit

Permalink
Changed dark colors for both normal and highlighted events
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonDusseau committed Mar 4, 2015
1 parent 7081fe8 commit d807259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ body {
}

.darken .event {
color: #888;
color: #444;
}

.highlight .event{
color: #ff0;
}

.darken.highlight .event {
color: #ff7;
color: #440;
}

.error {
Expand Down

0 comments on commit d807259

Please sign in to comment.