Skip to content

Commit 811d516

Browse files
committed
style: update pagination colors for improved visibility
1 parent c8ccf57 commit 811d516

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/ui/src/css/pagination.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nav.pagination .next {
2323
}
2424

2525
nav.pagination span::before {
26-
color: var(--toolbar-muted-color);
26+
color: var(--color-white-50);
2727
font-size: 0.75em;
2828
padding-bottom: 0.1em;
2929
}
@@ -37,14 +37,15 @@ nav.pagination .next::before {
3737
}
3838

3939
nav.pagination a {
40+
color: var(--color-white);
4041
font-weight: var(--body-font-weight-bold);
4142
line-height: 1.3;
4243
position: relative;
4344
}
4445

4546
nav.pagination a::before,
4647
nav.pagination a::after {
47-
color: var(--toolbar-muted-color);
48+
color: var(--color-white-50);
4849
font-weight: normal;
4950
font-size: 1.5em;
5051
line-height: 0.75;

0 commit comments

Comments
 (0)