links: all inputs use gray2

This commit is contained in:
Matilde Park 2020-09-24 18:59:26 -04:00
parent 75e65573d3
commit 744232eef1
2 changed files with 9 additions and 5 deletions

View File

@ -260,7 +260,7 @@ export class LinkSubmit extends Component<LinkSubmitProps, LinkSubmitState> {
</div>
<input
type="text"
className="pl2 bg-transparent w-100 f8 white-d"
className="pl2 bg-transparent w-100 f8 white-d linkTitle"
style={{
resize: 'none',
height: 40

View File

@ -6,6 +6,10 @@
padding-bottom: 56.25%;
}
.linkTitle::placeholder {
color: #7f7f7f;
}
.links.embed-container iframe, .links.embed-container object, .links.embed-container embed {
position: absolute;
top: 0;