Skip to content

Commit

Permalink
Search: ensure active page number is readable
Browse files Browse the repository at this point in the history
This patch changes the active page number text color from
grey to white, which makes it more readable on its grey
background.

Fixes: http://meta.stackexchange.com/questions/261220/change-foreground-text-color-on-ses-new-blog-search-results-pagination-links
  • Loading branch information
krallin committed Aug 5, 2015
1 parent 7953717 commit 3de4a2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _includes/search.html
Expand Up @@ -13,4 +13,8 @@
.cse .gsc-control-cse, .gsc-control-cse, .cse form.gsc-search-box, form.gsc-search-box {
padding: 0;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
color: #FFFFFF;
}
</style>

0 comments on commit 3de4a2c

Please sign in to comment.