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: #161b1d;
|
|
color: #7ea2b4;
|
|
}
|
|
input,
|
|
textarea {
|
|
color: #7ea2b4;
|
|
}
|
|
.messages {
|
|
border-color: #5a7b8c;
|
|
}
|
|
.nick {
|
|
color: #257fad;
|
|
}
|
|
.trip {
|
|
color: #516d7b;
|
|
}
|
|
.text a {
|
|
color: #c1e4f6;
|
|
}
|
|
.admin .nick {
|
|
color: #d22d72;
|
|
}
|
|
.mod .nick {
|
|
color: #2d8f6f;
|
|
}
|
|
.me .nick {
|
|
color: #5d5db1;
|
|
}
|
|
.info .nick,
|
|
.info .text {
|
|
color: #568c3b;
|
|
}
|
|
.warn .nick,
|
|
.warn .text {
|
|
color: #8a8a0f;
|
|
}
|
|
#footer {
|
|
background: #161b1d;
|
|
}
|
|
#sidebar {
|
|
background: #1f292e;
|
|
border-color: #5a7b8c;
|
|
}
|
|
#chatform {
|
|
border-color: #5a7b8c;
|
|
}
|