Update README.md

This commit is contained in:
Eric Lay 2025-05-02 17:31:08 -05:00
parent 08b258100b
commit df8d46a508
1 changed files with 15 additions and 2 deletions

View File

@ -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;
} }