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: #1b1918;
|
||
|
color: #a8a19f;
|
||
|
}
|
||
|
input,
|
||
|
textarea {
|
||
|
color: #a8a19f;
|
||
|
}
|
||
|
.messages {
|
||
|
border-color: #766e6b;
|
||
|
}
|
||
|
.nick {
|
||
|
color: #407ee7;
|
||
|
}
|
||
|
.trip {
|
||
|
color: #68615e;
|
||
|
}
|
||
|
.text a {
|
||
|
color: #e6e2e0;
|
||
|
}
|
||
|
.admin .nick {
|
||
|
color: #f22c40;
|
||
|
}
|
||
|
.mod .nick {
|
||
|
color: #00ad9c;
|
||
|
}
|
||
|
.me .nick {
|
||
|
color: #6666ea;
|
||
|
}
|
||
|
.info .nick,
|
||
|
.info .text {
|
||
|
color: #5ab738;
|
||
|
}
|
||
|
.warn .nick,
|
||
|
.warn .text {
|
||
|
color: #d5911a;
|
||
|
}
|
||
|
#footer {
|
||
|
background: #1b1918;
|
||
|
}
|
||
|
#sidebar {
|
||
|
background: #2c2421;
|
||
|
border-color: #766e6b;
|
||
|
}
|
||
|
#chatform {
|
||
|
border-color: #766e6b;
|
||
|
}
|