Skip to content

Commit

Permalink
[Scorecards] Improve links accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Nov 7, 2024
1 parent 1c42d8c commit 351311d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scoring/static/scoring/scss/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ a,
.btn,
.link-light,
button {
text-decoration-skip-ink: none; // Prevents the underline to get cut off
text-underline-offset: 0.2rem; // Improve readability of links
&:focus {
outline: 0 !important;
color: $black !important;
Expand Down

0 comments on commit 351311d

Please sign in to comment.