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

Create autumn.css

This commit is contained in:
Matthew Madness 2020-08-02 21:34:39 -04:00 committed by GitHub
parent b27c0a0f39
commit 5e92057284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

50
client/schemes/autumn.css Normal file
View File

@ -0,0 +1,50 @@
body {
background: #F24D24;
color: #000000;
}
input,
textarea {
color: #d0d0d0;
}
.message {
border-left: 1px solid rgba(80, 80, 80, 0.5);
}
.refmessage {
border-left: 1px solid rgba(80, 80, 80, 1);
}
.nick {
color: #0e5a94;
}
.trip {
color: #303030;
}
.text a {
color: #e0e0e0;
}
.admin .nick {
color: #eb008a;
}
.mod .nick {
color: #00aabb;
}
.me .nick {
color: #b31e8d;
}
.info .nick,
.info .text {
color: #37b349;
}
.warn .nick,
.warn .text {
color: #f8ca12;
}
#footer {
background: #000000;
}
#sidebar {
background: #202020;
border-color: #505050;
}
#chatform {
border-color: #505050;
}