Make pager (next/previous) active state more obvious by adding changing gray color to $link-color
This commit is contained in:
parent
abea26ecbe
commit
11fccb0908
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
font-weight: bold;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: mix(#fff, $gray, 50%);
|
||||
color: $link-color;
|
||||
border: 1px solid $light-gray;
|
||||
border-radius: $border-radius;
|
||||
|
||||
|
|
Loading…
Reference in a new issue