Skip to content

Commit

Permalink
Make the schedule more WCAG compliant
Browse files Browse the repository at this point in the history
I wanted to just use the theme colour for the talk cards, but it's a bit light,
and the text contrast doesn't quite meet WCAG AA. Let's just darken it by 10%
so it meets AA for normal text, at least.
  • Loading branch information
lukegb authored and russss committed May 26, 2024
1 parent 70aad02 commit 73e3315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}

.schedule-event {
background-color: $schedule-block;
background-color: darken($schedule-block, 10%);
color: $schedule-text;
padding: 0.5em;
border-radius: 5px;
Expand Down

0 comments on commit 73e3315

Please sign in to comment.