mirror of https://github.com/zulip/zulip.git
left_sidebar: Match color of `show-all-streams` to other headers.
Specifically trying to match the color to PMs header.
This commit is contained in:
parent
fc7ec5d8f9
commit
1b304c5296
|
@ -634,6 +634,13 @@ body.dark-theme {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topics_header {
|
||||||
|
.show-all-streams {
|
||||||
|
color: hsl(236, 33%, 90%);
|
||||||
|
opacity: 0.75;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#user_presences li:hover,
|
#user_presences li:hover,
|
||||||
#user_presences li.highlighted_user {
|
#user_presences li.highlighted_user {
|
||||||
background-color: hsla(136, 25%, 73%, 0.2);
|
background-color: hsla(136, 25%, 73%, 0.2);
|
||||||
|
|
Loading…
Reference in New Issue