Skip to content

Commit

Permalink
Improve hyperlink accessibility in dark mode #269 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqinthebox authored Jan 21, 2023
1 parent 2098f62 commit 57046f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helper/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,8 @@ code {
height: 60px;
margin-top: 20px
}


a {
color: #9370DB !important;
}

0 comments on commit 57046f9

Please sign in to comment.