1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Merge pull request #146 from AnnikaV9/patch-1

carrot
This commit is contained in:
marzavec 2021-10-20 10:40:26 -05:00 committed by GitHub
commit a77b46441b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

55
client/schemes/carrot.css Normal file
View File

@ -0,0 +1,55 @@
body {
background: #000000;
color: #ee600d;
}
input,
textarea {
color: #000000;
}
.message {
border-left: 1px solid #ee600d;
}
.refmessage {
border-left: 1px solid #ee600d;
}
.nick {
color: #1db80f;
}
.trip {
color: #7cbb81;
}
.text a {
color: #97ff97ef;
}
.admin .nick {
color: #ffffff;
}
.mod .nick {
color: #00ffaa;
}
.me .nick {
color: #33ff00;
}
.info .nick,
.info .text {
color: #ee600d;
}
.warn .nick,
.warn .text {
color: #ffbb00;
}
#footer {
background: #000000;
}
#sidebar {
background: #000000;
border-color: #000000;
}
#chatform {
border-color: #000000;
}