Skip to content

Commit

Permalink
Merge pull request #315 from Netcentric/285-accessblity-banner-text
Browse files Browse the repository at this point in the history
285- Change text color for of banners for better acesseblity
  • Loading branch information
nc-andreashaller authored May 9, 2023
2 parents 9ed0a44 + 24c6cbd commit 08e55a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -508,14 +508,14 @@ main .section.dark-plum button.primary:focus {

main .section.light-blue {
background-color: var(--c-light-blue);
color: var(--bg-text-dark-blue);
color: var(--bg-text-light-blue);
}

main .section.light-blue h2,
main .section.light-blue h3,
main .section.light-blue h4,
main .section.light-blue h5 {
color: var(--bg-text-dark-blue);
color: var(--bg-text-light-blue);
}

main .section.mid-blue {
Expand Down

0 comments on commit 08e55a3

Please sign in to comment.