Fix pagination button contrast on Strong's index page

Changed active page button from dark link-color to green (#4a7c59) with white text for better visibility.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-02 12:40:02 -05:00
parent ec7fcf91ef
commit 2457bf5ace
@@ -119,8 +119,8 @@
}
.page-btn.active {
background: var(--link-color);
border-color: var(--link-color);
background: #4a7c59;
border-color: #4a7c59;
color: #fff;
}