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: #030303;
|
|
color: #cccccc;
|
|
}
|
|
input,
|
|
textarea {
|
|
color: #cccccc;
|
|
}
|
|
.messages {
|
|
border-color: #737373;
|
|
}
|
|
.nick {
|
|
color: #388bb8;
|
|
}
|
|
.trip {
|
|
color: #333333;
|
|
}
|
|
.text a {
|
|
color: #f2f2f2;
|
|
}
|
|
.admin .nick {
|
|
color: #f73e30;
|
|
}
|
|
.mod .nick {
|
|
color: #29a288;
|
|
}
|
|
.me .nick {
|
|
color: #9c73a7;
|
|
}
|
|
.info .nick,
|
|
.info .text {
|
|
color: #1ab857;
|
|
}
|
|
.warn .nick,
|
|
.warn .text {
|
|
color: #faba3d;
|
|
}
|
|
#footer {
|
|
background: #030303;
|
|
}
|
|
#sidebar {
|
|
background: #0d0d0d;
|
|
border-color: #737373;
|
|
}
|
|
#chatform {
|
|
border-color: #737373;
|
|
}
|