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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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