Skip to content

Commit

Permalink
fix(cxl-ui): fix poor visibility of main category tag in cards
Browse files Browse the repository at this point in the history
  • Loading branch information
freudFlintstone committed Oct 25, 2023
1 parent c8ffada commit 83f0ac6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/cxl-ui/scss/cxl-base-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ header {
}

.tag {
&:first-child,
&.new {
color: var(--lumo-primary-color);
}

&:first-child {
font-weight: 900;
text-transform: capitalize;
}

&.new {
color: var(--lumo-primary-color);
}
}
}
}
Expand Down

0 comments on commit 83f0ac6

Please sign in to comment.