Make .current stand out more in pagination bar

This commit is contained in:
Michael Rose 2016-04-01 16:08:22 -04:00
parent 715852ba19
commit 287e73d9e6
2 changed files with 3 additions and 2 deletions

View file

@ -88,7 +88,8 @@
}
&.current {
color: $primary-color;
color: #fff;
background: $primary-color;
}
&.disabled {

File diff suppressed because one or more lines are too long