Skip to content

Commit

Permalink
Tweak to default template to take color out of the pager
Browse files Browse the repository at this point in the history
  • Loading branch information
donker committed Aug 19, 2016
1 parent b154fad commit c5b82b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Templates/_default/css/src/css/postlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
}
.current {
/* selected number */
background-color: #64a281;
border-color: #64a281;
color: #ffffff;
background-color: #777;
border-color: #777;
color: #fff;
pointer-events: none;
}
@media only screen and (min-width: 768px) {
Expand Down
2 changes: 1 addition & 1 deletion Templates/_default/template.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5b82b1

Please sign in to comment.