Skip to content

Commit

Permalink
pagination change active color
Browse files Browse the repository at this point in the history
  • Loading branch information
cbadusch authored and georgmaisser committed Dec 16, 2024
1 parent 49b0461 commit 9dfb896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ body.limitedwidth #page.drawers .footer-popover {

.page-item.active .page-link {
color: white;
background: #99B2C6;
background: var(--primary);
border-radius: 7px;
}

Expand Down

0 comments on commit 9dfb896

Please sign in to comment.