Merge pull request #652 from innovandalism/master

Themes: Fixed CSS rule selectors for highlight messages
This commit is contained in:
Jérémie Astori 2016-09-30 00:01:41 -04:00 committed by GitHub
commit 3b8e4f36eb
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;
}