mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -119,8 +119,8 @@
|
||||
}
|
||||
|
||||
.page-btn.active {
|
||||
background: var(--link-color);
|
||||
border-color: var(--link-color);
|
||||
background: #4a7c59;
|
||||
border-color: #4a7c59;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user