Enforce color on highlights

This commit is contained in:
Pavel Djundik
2017-12-27 21:49:37 +02:00
committed by GitHub
parent 233f1645cd
commit f74a713951

View File

@@ -296,7 +296,7 @@ body {
#chat .channel .highlight .from,
#chat .channel .highlight .from .user,
#chat .channel .highlight .text {
color: #fff;
color: #fff !important;
}
#chat .channel .highlight .time,