diff options
author | Florent Neveu (Captain) <captain@else-projects.org> | 2006-10-02 22:56:09 +0200 |
---|---|---|
committer | Captain <captain@else-projects.org> | 2006-10-02 22:56:09 +0200 |
commit | 1e35b2aa7553aa8ce093e0b0e0a4d15dd96934a0 (patch) | |
tree | 155035e89fb13ff1c488622a95a9ee5c1ce4dc60 | |
parent | remove pink (diff) | |
download | web-1e35b2aa7553aa8ce093e0b0e0a4d15dd96934a0.tar.xz |
end of pink to #f9dbab
-rw-r--r-- | chat/else.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/else.css b/chat/else.css index 34376d3..3c4989f 100644 --- a/chat/else.css +++ b/chat/else.css @@ -24,12 +24,12 @@ button:active { border-style: inset; } } .roster { - background-color: pink; + background-color: #f9dbab; color: red; } .chatbox { - background-color: pink; + background-color: #f9dbab; background-image: none; color: blue; margin:0; |