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:
Brock Whittaker 2017-11-15 16:32:40 -08:00 committed by Steve Howell
parent efb7206756
commit 1514ea9be6
1 changed files with 0 additions and 2 deletions

View File

@ -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 {