From 4e94d66e7ecc51c2d0adb806ddf9e6b7a4fdd6bb Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 4 Feb 2020 18:16:54 -0500 Subject: [PATCH] Revert "fix link color" This reverts commit e379b85b9c3b080f1a6739c72b3a3183e1bf5365. --- ui/scss/component/_claim-list.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/scss/component/_claim-list.scss b/ui/scss/component/_claim-list.scss index e96b72a73..cf9529d5a 100644 --- a/ui/scss/component/_claim-list.scss +++ b/ui/scss/component/_claim-list.scss @@ -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 {