diff options
author | Florent Neveu (Captain) <captain@else-projects.org> | 2006-10-02 23:33:22 +0200 |
---|---|---|
committer | Captain <captain@else-projects.org> | 2006-10-02 23:33:22 +0200 |
commit | cc4a1eb5bb8f2a2e6ccebc800834392108538088 (patch) | |
tree | 970596cc222b5e7687de851c4777c0d0847f0070 | |
parent | don't remember (diff) | |
download | web-cc4a1eb5bb8f2a2e6ccebc800834392108538088.tar.xz |
free forchat to yellow
-rw-r--r-- | chat/else.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/else.css b/chat/else.css index 2a623d9..7606ab0 100644 --- a/chat/else.css +++ b/chat/else.css @@ -60,7 +60,7 @@ button:active { border-style: inset; } } .user_available { color: black; } -.user_chat { color: darkyellow; } +.user_chat { color: #e4dd22; } .user_away { color: gray; } .user_xa { color: gray; |