Skip to content

Commit

Permalink
Gold background css adjustments for contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrown-io committed Dec 20, 2023
1 parent fbc9ad0 commit 19372a1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/block/events-calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,18 @@ table.localist_minicalendar_minicalendar caption {
text-decoration: underline;
color: #D3D3D3;
}
.ucb-bootstrap-layout__background-color--gold .localist_widget_container li a {
color: black
}

.ucb-bootstrap-layout__background-color--gold .localist_widget_container li a:hover {
text-decoration: underline;
color: #444;
}

.ucb-bootstrap-layout__background-color--gold .ucb-events-calendar .localist_widget_container .action_button a:link{
color: black
}

@media screen and (min-width: 600px) {
.template-5 .le-date-wrapper .le-date-month {
Expand Down

0 comments on commit 19372a1

Please sign in to comment.