Themes: Fixed CSS rule selectors for highlight messages

This commit is contained in:
Alexander Schittler 2016-09-28 20:23:06 +02:00
parent 4541309988
commit 65ba8af660
2 changed files with 4 additions and 2 deletions

View file

@ -179,7 +179,8 @@ body {
#chat .error,
#chat .error .from,
#chat .channel .highlight,
#chat .channel .highlight .from {
#chat .channel .highlight .from,
#chat .channel .highlight .text {
color: #f92772;
}

View file

@ -205,7 +205,8 @@ body {
#chat .error,
#chat .error .from,
#chat .channel .highlight,
#chat .channel .highlight .from {
#chat .channel .highlight .from,
#chat .channel .highlight .text {
color: #bc6c4c;
}