Skip to content

Commit

Permalink
Fix issue jgthms#2441
Browse files Browse the repository at this point in the history
Make sure that active pagination text is not drawn in black.
  • Loading branch information
ehne committed May 17, 2019
1 parent 9d3c36e commit 8268390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/layout/hero.sass
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
&.is-#{$name}
background-color: $color
color: $color-invert
a:not(.button):not(.dropdown-item):not(.tag),
a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
strong
color: inherit
.title
Expand Down

0 comments on commit 8268390

Please sign in to comment.