mirror of https://github.com/zulip/zulip.git
streams: Inherit base color rather than redefining text color.
This also removes an unecessary font-weight declaration that was immediately being overridden.
This commit is contained in:
parent
efb7206756
commit
1514ea9be6
|
@ -544,9 +544,7 @@ form#add_new_subscription {
|
|||
font-size: 1em;
|
||||
line-height: 1;
|
||||
margin: 9px 0px;
|
||||
font-weight: 400;
|
||||
font-weight: 600;
|
||||
color: hsl(0, 0%, 27%);
|
||||
}
|
||||
|
||||
.subscriptions-container .right #preview_iframe {
|
||||
|
|
Loading…
Reference in New Issue