Skip to content

Commit 2d37420

Browse files
committed
Underline page-links pagination links to satisfy accessibility checks
1 parent a384fe5 commit 2d37420

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/assets/stylesheets/uwm.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
text-decoration: underline;
4040
}
4141

42+
.page-links a {
43+
text-decoration: underline;
44+
text-decoration-thickness: 0.08em;
45+
text-underline-offset: 0.12em;
46+
}
47+
4248
// Facet contrast fix for active facet header
4349
.facet-limit.facet-limit-active {
4450
border-color: #000 !important;

0 commit comments

Comments
 (0)