Skip to content

Commit

Permalink
a11y: fix up some link color contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jul 22, 2024
1 parent e4ab11e commit 46101e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions css/bjc.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ summary::-webkit-details-marker {

/* A11Y Handle poor color combos: */
.takeItFurther a,
.atwork a,
.atworkFullWidth a,
.time a,
.apStandards a,
.Standards a {
Expand Down Expand Up @@ -476,7 +474,7 @@ summary::-webkit-details-marker {
}
.atwork,
.atworkFullWidth {
background-color: #fcc589;
background-color: #fcc890;
}
.vocab,
.vocabBig,
Expand Down

0 comments on commit 46101e3

Please sign in to comment.