Set text-shadow on chat messages to display text in same fg/bg colors
This commit is contained in:
parent
e343504b80
commit
d0d3306438
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue