mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
48 lines
542 B
CSS
48 lines
542 B
CSS
body {
|
|
background: #2b2b2b;
|
|
color: #e6e1dc;
|
|
}
|
|
input,
|
|
textarea {
|
|
color: #e6e1dc;
|
|
}
|
|
.messages {
|
|
border-color: #5a647e;
|
|
}
|
|
.nick {
|
|
color: #6d9cbe;
|
|
}
|
|
.trip {
|
|
color: #3a4055;
|
|
}
|
|
.text a {
|
|
color: #f4f1ed;
|
|
}
|
|
.admin .nick {
|
|
color: #da4939;
|
|
}
|
|
.mod .nick {
|
|
color: #519f50;
|
|
}
|
|
.me .nick {
|
|
color: #b6b3eb;
|
|
}
|
|
.info .nick,
|
|
.info .text {
|
|
color: #a5c261;
|
|
}
|
|
.warn .nick,
|
|
.warn .text {
|
|
color: #ffc66d;
|
|
}
|
|
#footer {
|
|
background: #2b2b2b;
|
|
}
|
|
#sidebar {
|
|
background: #272935;
|
|
border-color: #5a647e;
|
|
}
|
|
#chatform {
|
|
border-color: #5a647e;
|
|
}
|