Only inherit text color on highlights
This commit is contained in:
parent
687697f9cb
commit
f50f34ff66
|
@ -292,9 +292,7 @@ body {
|
||||||
background-color: var(--background-light-color);
|
background-color: var(--background-light-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .channel .highlight .from,
|
#chat .channel .highlight .text {
|
||||||
#chat .channel .highlight .text,
|
|
||||||
#chat .channel .highlight .user {
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue