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
@ -131,7 +131,7 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: mix(#fff, $gray, 50%);
|
color: $link-color;
|
||||||
border: 1px solid $light-gray;
|
border: 1px solid $light-gray;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user