fix link color

This commit is contained in:
Sean Yesmunt 2020-02-04 17:39:46 -05:00
parent 382b6fd6dc
commit e379b85b9c

View file

@ -106,10 +106,6 @@
height: 5rem; height: 5rem;
} }
} }
a {
color: inherit;
}
} }
.claim-preview--large { .claim-preview--large {
@ -191,6 +187,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 100%; max-width: 100%;
color: var(--color-text);
} }
.claim-preview-metadata { .claim-preview-metadata {