Skip to content

Commit

Permalink
fix: a11y adjustments to tech talks page
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfoley authored Jan 9, 2023
2 parents 903c86c + 378996d commit c4735aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/tech-talks.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const firstHeadingId = 'tech-talks';
frameborder="0"
loading="lazy"
height="315"
title={talk.title}
src={talk.youTubeEmbedUrl}
width="560"
/>
Expand Down Expand Up @@ -69,7 +70,10 @@ const firstHeadingId = 'tech-talks';
.c-box.pink {
background-color: var(--color-pink-mid);
}

.c-box.pink a,
.c-box.yellow a {
color: var(--color-black-dark);
}
.c-box.yellow {
background-color: var(--color-yellow-mid);
}
Expand Down

0 comments on commit c4735aa

Please sign in to comment.