Update README.md
This commit is contained in:
parent
08b258100b
commit
df8d46a508
17
README.md
17
README.md
|
@ -24,18 +24,31 @@ textarea#user-specified-css-input {
|
||||||
background: #262626;
|
background: #262626;
|
||||||
}
|
}
|
||||||
#chat .toggle-text {
|
#chat .toggle-text {
|
||||||
background: #616161;
|
background: #262626;
|
||||||
}
|
}
|
||||||
#chat .user.active {
|
#chat .userlist .user.active {
|
||||||
background: #434343;
|
background: #434343;
|
||||||
}
|
}
|
||||||
#chat .userlist .count {
|
#chat .userlist .count {
|
||||||
background: #434343;
|
background: #434343;
|
||||||
}
|
}
|
||||||
|
#chat .user-mode::before {
|
||||||
|
padding: 8px 0 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
background: #434343;
|
||||||
|
}
|
||||||
|
#chat .user-mode::before.active {
|
||||||
|
background: #262626;
|
||||||
|
}
|
||||||
#chat .userlist .search,
|
#chat .userlist .search,
|
||||||
#windows #form .input {
|
#windows #form .input {
|
||||||
background: #262626;
|
background: #262626;
|
||||||
}
|
}
|
||||||
|
#chat .content,
|
||||||
|
#chat .header,
|
||||||
|
#chat .userlist {
|
||||||
|
border-color: #262626;
|
||||||
|
}
|
||||||
.channel-list-item {
|
.channel-list-item {
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue