Enforce color on highlights
This commit is contained in:
parent
233f1645cd
commit
f74a713951
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue