Skip to content

Commit

Permalink
Switched to opacity instead of directly assigning a color. (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
bspeare authored Nov 5, 2024
1 parent 3faf7ff commit dbe1f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/components/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
// === Pre-Title === //
.card__pre-title {
font-size: 0.75rem;
color: $med-gray;
opacity: .7;
i,
span[class*="fa-"],
svg {
Expand Down

0 comments on commit dbe1f39

Please sign in to comment.