Skip to content

Commit

Permalink
address contrast issue on visited link in pagination (ACFA-579)
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Jan 9, 2025
1 parent 406e80b commit 24c484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/cul-toolkit/cul.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a:visited:not(.btn) {
}
.pagination {
.active {
a:link {
a:link, a:visited {
color:var(--bs-pagination-active-color);
}
}
Expand Down

0 comments on commit 24c484e

Please sign in to comment.