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:
Aman Agrawal 2022-11-01 17:56:47 +00:00 committed by Tim Abbott
parent fc7ec5d8f9
commit 1b304c5296
1 changed files with 7 additions and 0 deletions

View File

@ -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);