Skip to content

Commit

Permalink
Refs #139198 - Improve text readability with darker grays - for cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 29, 2021
1 parent 24b749b commit e424207
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@import (multiple) '~@eeacms/search-less/theme.less';

@s-dark-gray: rgba(0, 0, 0, 0.87);
@s-medium-gray2: rgba(0, 0, 0, 0.67);
@s-medium-gray: #e0e1e2;
@s-light-gray: #edf1f2;
@s-light-orange: #ffdfbb;
Expand Down Expand Up @@ -35,6 +36,10 @@ a.centered.fluid.image.img-thumbnail {
font-size: 0.8em;
}

.ui.cards > .card .meta {
color: @s-medium-gray2 !important;
}

.sui-search-box #exact-phrases-facet label {
padding-left: 3rem !important;
color: black !important;
Expand Down

0 comments on commit e424207

Please sign in to comment.