mirror of https://github.com/zulip/zulip.git
Fix showing stream names on dark background
(imported from commit 82185ac2717b380e81656630d34f377094d16c38)
This commit is contained in:
parent
de65bb8194
commit
dc71961dd9
|
@ -1230,7 +1230,7 @@ a.message_label_clickable:hover {
|
|||
/* Brighten text because of the dark background */
|
||||
.dark_background a,
|
||||
.dark_background {
|
||||
color: #ffffff;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
.dark_background a.message_label_clickable:hover {
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{! stream link }}
|
||||
<a class="message_label_clickable narrows_by_recipient stream_label"
|
||||
<a class="message_label_clickable narrows_by_recipient stream_label {{color_class}}"
|
||||
style="background: {{background_color}}; border-left-color: {{background_color}};"
|
||||
href="{{stream_url}}"
|
||||
title="Narrow to stream "{{display_recipient}}"">
|
||||
|
|
Loading…
Reference in New Issue