Set text-shadow on chat messages to display text in same fg/bg colors

This commit is contained in:
Pavel Djundik 2017-12-17 16:07:37 +02:00 committed by GitHub
parent e343504b80
commit d0d3306438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,10 @@ body {
color: #fff; color: #fff;
} }
#chat .msg {
text-shadow: 1px 1px 0 rgba(50, 50, 50, 0.5);
}
#chat.colored-nicks .user.color-1, #chat.colored-nicks .user.color-1,
#chat.colored-nicks .user.color-17 { #chat.colored-nicks .user.color-17 {
color: #ef4657; color: #ef4657;