Skip to content

Commit 6f7e520

Browse files
committed
Correctly use pagination-active-color
Fixes #7184
1 parent a542089 commit 6f7e520

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/changelog-1.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
- ([#6903](https://github.com/quarto-dev/quarto-cli/issues/6903)): Don't display the `path` field for external paths provided in metadata files.
9393
- ([#6904](https://github.com/quarto-dev/quarto-cli/issues/6904)): Within feeds, remove `index.html` from urls which shouldn't include it.
9494
- ([#7088](https://github.com/quarto-dev/quarto-cli/issues/7088)): Don't emit extraneous link or whitespace in default listing template.
95+
- ([#7184](https://github.com/quarto-dev/quarto-cli/issues/7184)): Properly use the boostrap variable `pagination-active-color` for coloring pagination controls.
9596

9697
## Websites
9798

src/resources/projects/website/listing/quarto-listing.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ ul.pagination {
202202
li.disabled,
203203
li.active {
204204
a {
205-
color: $body-color;
205+
color: $pagination-active-color;
206206
text-decoration: none;
207207
}
208208
}

0 commit comments

Comments
 (0)