>>12978heres the current CSS i've made btw
nothing much, just some color changes
body {
background-image: linear-gradient(to bottom, rgba(0,0,0,0) 100px, rgba(107,0,24, 1.5)),url(
https://files.catbox.moe/qfkrq5.png); background-size:1700px;
background-repeat: repeat;
background-attachment: fixed;
}
.input-group-addon, .label, .btn, .nick-hover, #plmeta, #videowrap-header, #chatheader, #newmessages-indicator-bghack {
background: #A51F3E;
color:black;
border-color: #A51F3E;
}
.btn btn-default btn-sm
#mainpage {
color:black;
}
#chatwrap {
background: ;
border: ;
border-left: none;
border-top: none;
color:orange;
}
.userlist_owner {
color: red !important;
}
#chatline {
background: #871D4B !important;
color:white;
border-color: transparent !important;
}
input.form-control[type="text"] {
background: #b7c5d9 !important;
border-color: #54557A !important;
color:black;
}
.userlist_op {
color: purple !important;
}
.well {
background: #A51F3E;
color:black;
border-color: #54557A;
border-width: 1px;
}
.well strong, .poll-notify {
color: #AF0A0F;
}
.channel-emote { max-width: 100px; max-height: 100px; }