summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Neveu (Captain) <captain@else-projects.org>2006-10-02 23:44:11 +0200
committerCaptain <captain@else-projects.org>2006-10-02 23:44:11 +0200
commit837b526c80c4b8ae5be0485f6341a09eea95139b (patch)
tree1666cba55c84ba7c2ccd328efe59c13a05fde294
parenttry change red text color (diff)
downloadweb-837b526c80c4b8ae5be0485f6341a09eea95139b.tar.xz
end red remouve
-rw-r--r--chat/else.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/else.css b/chat/else.css
index 2f8c8fa..56d6949 100644
--- a/chat/else.css
+++ b/chat/else.css
@@ -26,7 +26,7 @@ button:active { border-style: inset; }
.roster {
background-color: #f9dbab;
- color: red;
+ color: #e05b29;
}
.chatbox {
@@ -68,7 +68,7 @@ button:active { border-style: inset; }
text-decoration: line-through;
}
.user_dnd {
- color: darkred;
+ color: #e05b29;
text-decoration: line-through;
}
.rosterGroupHeader {