summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Neveu (Captain) <captain@else-projects.org>2006-10-02 23:15:31 +0200
committerCaptain <captain@else-projects.org>2006-10-02 23:15:31 +0200
commita9820cd953e7b9f7329692e6ff2bec685c4f94db (patch)
treee29b4ca7cdc1695d11a9d46dbf8bea27a3324c4b
parentchange botton color (diff)
downloadweb-a9820cd953e7b9f7329692e6ff2bec685c4f94db.tar.xz
change room name color
-rw-r--r--chat/else.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/else.css b/chat/else.css
index 7428e25..a63d961 100644
--- a/chat/else.css
+++ b/chat/else.css
@@ -132,7 +132,7 @@ h3 {
font-style: italic;
font-weight: bold;
font-size: 1.2em;
- color: #000033;
+ color: #e05b29;
}
.room_topic {
@@ -141,7 +141,7 @@ h3 {
font-style: italic;
font-weight: bold;
font-size: 0.8em;
- color: #000033;
+ color: #e05b29;
}
#send_to_label {