From dbe1f398120a34c3c76074a411e6141785700fb6 Mon Sep 17 00:00:00 2001 From: bspeare Date: Tue, 5 Nov 2024 15:47:06 -0600 Subject: [PATCH] Switched to opacity instead of directly assigning a color. (#941) --- src/scss/components/card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/components/card.scss b/src/scss/components/card.scss index ee4942393f..0243d53953 100755 --- a/src/scss/components/card.scss +++ b/src/scss/components/card.scss @@ -232,7 +232,7 @@ // === Pre-Title === // .card__pre-title { font-size: 0.75rem; - color: $med-gray; + opacity: .7; i, span[class*="fa-"], svg {