mirror of https://github.com/zulip/zulip.git
frontend: Increase contrast of sidebar captions.
This commit is contained in:
parent
31c134aff2
commit
0452978e6a
|
@ -18,7 +18,7 @@
|
|||
#streams_filter_icon,
|
||||
#join_unsub_stream {
|
||||
float: right;
|
||||
color: hsl(0, 0%, 80%);
|
||||
color: hsl(0, 0%, 54%);
|
||||
font-size: 13px;
|
||||
margin-top: 3px;
|
||||
margin-left: 10px;
|
||||
|
|
|
@ -473,7 +473,7 @@ a:hover code {
|
|||
|
||||
.sidebar-title {
|
||||
font-size: 1em;
|
||||
color: hsl(0, 0%, 66%);
|
||||
color: hsl(0, 0%, 43%);
|
||||
font-weight: normal;
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue