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

View File

@@ -194,6 +194,10 @@ body {
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-17 {
color: #ef4657;