Skip to content

Commit

Permalink
make all button text bold to meet accessbility guidelines for all cho…
Browse files Browse the repository at this point in the history
…sen colors
  • Loading branch information
biyeun committed Jun 10, 2024
1 parent 52a3bdc commit 1abcd76
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@ code {

a {
cursor: pointer;
}

button {
font-weight: bold !important; // to meet WCAG AA guidelines
}

0 comments on commit 1abcd76

Please sign in to comment.