Revert "fix link color"

This reverts commit e379b85b9c.
This commit is contained in:
Sean Yesmunt 2020-02-04 18:16:54 -05:00
parent 90f6e30a7e
commit 4e94d66e7e

View file

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