Skip to content

Commit

Permalink
fix(ui): Listing block event text color to blue
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Mar 4, 2024
1 parent a3add1d commit 32a85af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/theme/extras/blocks/listing.less
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
.plone-item-card .event-label .listing-dates .listing-dates-wrapper {
font-size: 20px;
line-height: 26px;
font-weight: 300;
font-weight: 500;
margin-top: 10px;
color: @eventDateTextColor;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
}
1 change: 1 addition & 0 deletions frontend/theme/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
@secondaryText: @theme-color-gray;
@footerColor: @theme-color-red;
@footerText: @theme-color-white;
@eventDateTextColor: #228ea7;

@eventTagBackgroundColor: @theme-color-blue;
@eventTagTextColor: @theme-color-white;
Expand Down

0 comments on commit 32a85af

Please sign in to comment.