Skip to content

Commit

Permalink
distinguish actions better
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lyon committed Jan 7, 2009
1 parent f3f6f93 commit 86a0ae1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion limechat/helvetichat.css
Expand Up @@ -46,7 +46,10 @@ body.console .line {
.line[alternate=even] {}
.line[alternate=odd] {}
.line[type=action] {
color: #777;
color: #444;
}
.line[type=action] .sender {
color: #444;
}
.line[highlight=true] {
background-color: #eee;
Expand Down

0 comments on commit 86a0ae1

Please sign in to comment.